diff options
author | junk | 2021-03-27 22:02:38 -0300 |
---|---|---|
committer | junk | 2021-03-28 05:37:20 -0300 |
commit | aa8a6056f4c3cd8c6663d1714782f972bcb87b8f (patch) | |
tree | 55b2fd7647cecd08996034ea6f335fef7ec6f9ed /static/css/txt/amber.css | |
parent | 9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff) | |
download | weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip |
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r-- | static/css/txt/amber.css | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css index d39c3de..87f74cb 100644 --- a/static/css/txt/amber.css +++ b/static/css/txt/amber.css @@ -168,25 +168,12 @@ form .msg { #footer a { color: #f9690e; } -#content { - border: 3px double #f9690e; -} -#content.list #header { +#threads th { background: #451d04; } -#content.list .row:nth-child(odd) { +#threads tr:nth-child(odd) { background: #251002; } -#content.grid { - border: 1px solid #f9690e; -} -#content.grid .row { - border: 1px solid #f9690e; -} -#content.grid .row:hover { - background: #251002; - border-color: #f9690e; -} @media (max-width: 600px) { div.msg { margin: 0.5em 0.5em 0; |