diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/futanari.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index b6aef4e..315d10c 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -119,15 +119,18 @@ input[type="file"] { } h4 { background: #38546c; - color: #aaa; + color: #999; padding: 2px; } +h4:hover { + background: #324b60; +} .reply.deleted h4 { - color: #888; + color: #666; } .del a, .abbrev { - color: #aaa; + color: #999; } .name { color: #afd775; |