From 8df8cdd7e1bdefded59d073c14aa74666740be8c Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 17 Jul 2025 18:47:30 +0530 Subject: tags and ratings filter in posts, uploads progress --- static/css/main.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/css/main.css') 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; -- cgit v1.2.3