diff options
| -rw-r--r-- | public/assets/css/bucky.css | 6 |
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 |
