diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index f963802..698113d 100644 --- a/static/style.css +++ b/static/style.css @@ -151,6 +151,18 @@ article.note { aspect-ratio: 1; } + &.selected { + background: #ebf4; + } + + .content { + font-size: 12pt; + padding: 4px 0; + .selected & { + font-size: 16pt; + } + } + .infoLine { display: grid; grid-template-columns: max-content 1fr max-content; |
