diff options
Diffstat (limited to 'static/css/main.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; |
