diff options
| author | winter | 2024-12-24 15:32:56 +0000 |
|---|---|---|
| committer | winter | 2024-12-24 15:32:56 +0000 |
| commit | d5a57276eb27e215dd0b1bd5eb67ac26acc9575b (patch) | |
| tree | 0cb3a14fa9a82d2438a7c12838f04ea12e02a9fa /static | |
| parent | 01b7c47c68b8b3c5a9fd9137b067b34b566b951d (diff) | |
more stuff and things
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 83ea861..fcf6e81 100644 --- a/static/style.css +++ b/static/style.css @@ -68,6 +68,12 @@ hr { margin: 0px 16px; } +.placeholder { + font-style: italic; + color: #555; + text-align: center; +} + article.note { background: #fee4; border: 1px solid #3b005e44; @@ -100,6 +106,13 @@ article.note { text-overflow: ellipsis; overflow: hidden; } + a.timestamp { + color: inherit; + text-decoration: none; + &:hover { + text-decoration: underline; + } + } } .buttons { |
