Remove comtodon colors.

This commit is contained in:
tastytea 2020-12-26 00:58:17 +01:00
parent 67557e9c3f
commit 2254799ec2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 4 deletions

View File

@ -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 {