From d5a57276eb27e215dd0b1bd5eb67ac26acc9575b Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 15:32:56 +0000 Subject: more stuff and things --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static') 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 { -- cgit v1.3