diff options
| author | winter | 2025-01-13 20:57:26 +0000 |
|---|---|---|
| committer | winter | 2025-01-13 20:57:26 +0000 |
| commit | 5e5b7c5d6d4bbdd4acaea7d4b6c5be1e27b04a86 (patch) | |
| tree | cb8c66bc1cc02df8e01ee5c8ec18ec74d3dde739 /static | |
| parent | f31d2abc237958bd9f33875f20198c4510389556 (diff) | |
make the thread page work
Diffstat (limited to 'static')
| -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; |
