diff options
author | Choom | 2023-01-16 05:32:08 -0300 |
---|---|---|
committer | Choom | 2023-01-18 22:06:34 -0300 |
commit | 542e8d1452130079ae47f7a56328f8421e56f5ab (patch) | |
tree | 37c15cdd5803f05ad5a36fb2e62cd05ad3fc6ef3 /static/css/rene.css | |
parent | 53056e445626d21523a799c8d8f03b16f24b0c47 (diff) | |
download | weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.gz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.xz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.zip |
Config para el usuario
Diffstat (limited to 'static/css/rene.css')
-rw-r--r-- | static/css/rene.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/rene.css b/static/css/rene.css index cc4a4c6..e13752b 100644 --- a/static/css/rene.css +++ b/static/css/rene.css @@ -20,8 +20,8 @@ a:hover .name, #main_nav { background: #d15014; color: #eee; - margin: -10px -10px 0; - padding: 10px; + margin: -8px -8px 0; + padding: 8px; } #main_nav a { color: #fff; @@ -30,7 +30,7 @@ a:hover .name, color: #d15014; background: #fff; } -.logo, +#logo, .replymode, .extramode { color: #fff; |