summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-11-07 15:57:55 +0100
committerJules Laplace <julescarbon@gmail.com>2019-11-07 15:57:55 +0100
commitdebd9489af50173bd314a3a9b0e5f14aa07543ea (patch)
treeda3f73c9c10b49821bd8edca69a3708fedc26b70
parent9d8c4b2791aa1f4f13e1deb5a7e63a779e4b7aa3 (diff)
fonts
-rw-r--r--public/assets/css/bucky.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 96bdabc..5d6a34a 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -1277,4 +1277,10 @@ audio {
.desktop #threads .keyword td b a:hover { color: #fff; }
.subtitle a { color: #eee; text-decoration: none; }
.desktop.subtitle a:hover { color: #fff; text-decoration: underline; }
+ .new { color: #ffffff; font-weight: bold; }
+ .recent { color: #e0f8f8; }
+ .med { color: #d0e8e8; }
+ .old { color: #c24040; }
+ .older { color: #bd8484; }
+ .quiet { color: #878787; }
} \ No newline at end of file