diff options
| author | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-17 18:47:30 +0530 |
| commit | 8df8cdd7e1bdefded59d073c14aa74666740be8c (patch) | |
| tree | 0af31475e1a5ffecd04a9fbce3faf5cd6bf80140 /static/css | |
| parent | 3c39a30a53656fa1c51afb30bb8c07f862bd39e2 (diff) | |
| download | imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.tar.xz imageboard-8df8cdd7e1bdefded59d073c14aa74666740be8c.zip | |
tags and ratings filter in posts, uploads progress
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 685a24e..f253f7c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -759,6 +759,22 @@ footer::before { color: #ff6b6b; } +.post-rating.Safe { + color: #4caf50; +} + +.post-rating.Questionable { + color: #ff9800; +} + +.post-rating.Sensitive { + color: #9c27b0; +} + +.post-rating.Explicit { + color: #f44336; +} + .post-tags { word-wrap: break-word; max-height: 40px; |
