diff options
Diffstat (limited to 'css/skunky.css')
| -rw-r--r-- | css/skunky.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/skunky.css b/css/skunky.css index 9e38325..b440f5b 100644 --- a/css/skunky.css +++ b/css/skunky.css @@ -28,9 +28,12 @@ form input, button, select { border: 0px; border-radius: 1px; } -.nsfw, .true { +.nsfw, .about-false { color: red; } +.about-true { + color: green; +} .author { color: seagreen; } |
