From 2254799ec2779dd6453d9f55e62cb8f80bf58462 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 26 Dec 2020 00:58:17 +0100 Subject: [PATCH] Remove comtodon colors. --- static/comtodon.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/comtodon.css b/static/comtodon.css index 998b28f..78f2329 100644 --- a/static/comtodon.css +++ b/static/comtodon.css @@ -4,15 +4,17 @@ padding: 0.5em; margin-bottom: 0.5em; margin-left: 1em; - border: 0.1em solid black; + border: 0.1em solid; } +/* TODO: Figure out if it needs more styling without the colors. */ + .comtodon .status:nth-child(even) { - background-color:#0402; + /* background-color:#0402; */ } .comtodon .status:nth-child(odd) { - background-color:#2402; + /* background-color:#2402; */ } .comtodon .status-content, .comtodon .reply-main { @@ -59,7 +61,7 @@ .comtodon a.author { text-decoration: none; - color: var(--blue); + /* color: #8ac; */ } .comtodon .author .name {