diff options
| author | winter | 2024-12-31 16:25:22 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 16:25:22 +0000 |
| commit | 982e6213622bcb78a40d17f54cda27225a1d84b3 (patch) | |
| tree | 0a81d8fc183238dca959a4ab848c9cd1d241ef27 /static/style.css | |
| parent | ad554b48e7dc355d9b33eede98f4e3e829fd867e (diff) | |
rework timelines. inclusion reasons supported now
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index fcf6e81..0809f63 100644 --- a/static/style.css +++ b/static/style.css @@ -74,6 +74,33 @@ hr { text-align: center; } +.timelineReason { + background: #fee4; + border: 1px solid #3b005e44; + border-bottom: none; + border-radius: 8px 8px 0 0; + margin: 16px 16px -16px 16px; + padding: 8px; + display: grid; + grid-template-columns: max-content 1fr; + align-items: center; + gap: 8px; + + .icon { + font-size: 24px; + } + a { + text-decoration: none; + font-weight: bold; + color: inherit; + } + + + article.note { + border-top-left-radius: 0; + border-top-right-radius: 0; + } +} + article.note { background: #fee4; border: 1px solid #3b005e44; |
