aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r--static/css/txt/amber.css17
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;