injections/styles/news.ycombinator.com.css

57 lines
983 B
CSS
Raw Normal View History

2021-06-07 12:28:40 +10:00
@media (prefers-color-scheme: dark) {
.pagetop a:visited {
color: #eaeaea;
}
.pagetop {
color: #eaeaea;
}
form {
color: #eaeaea;
}
body {
2021-09-09 10:17:55 +10:00
background: #27292F;
}
#hnmain {
2021-06-07 12:28:40 +10:00
background: #37393f;
2021-09-09 10:17:55 +10:00
padding-left: 0.5em;
2021-06-07 12:28:40 +10:00
}
td {
background: #37393f;
}
tr {
2021-09-09 10:17:55 +10:00
/* background: #37393f; */
2021-06-07 12:28:40 +10:00
}
.comment {
color: #eaeaea;
}
.commtext {
color: #eaeaea;
}
a:link {
color: #eaeaea;
text-decoration: none;
}
a:visited {
color: #9e9e9e;
text-decoration: none;
}
#pagespace {
display: block;
background-color: #37393f;
}
.c00,
.c00 a:link {
color: #eaeaea;
}
.comhead,
.comhead a:link {
color: #9e9e9e;
}
textarea {
background: #cfcfcf;
}
}
textarea {
height: 4em;
}