diff options
author | Choom | 2022-12-19 01:37:09 -0300 |
---|---|---|
committer | Choom | 2022-12-19 01:37:09 -0300 |
commit | 1b8834cbf8da0b66f2287564509266f76d60e034 (patch) | |
tree | ae9171ee9b18f3ad68609cd5acc17c2702c77b8f /static/css/txt | |
parent | e871db28f48f96280eb98c6b611181a6f51e3a57 (diff) | |
download | weabot-1b8834cbf8da0b66f2287564509266f76d60e034.tar.gz weabot-1b8834cbf8da0b66f2287564509266f76d60e034.tar.xz weabot-1b8834cbf8da0b66f2287564509266f76d60e034.zip |
Cambios menores frame
Diffstat (limited to 'static/css/txt')
-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; |