2020-03-22 16:09:31 -04:00
|
|
|
/* General */
|
|
|
|
body {
|
|
|
|
background-color: #101010;
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
2020-03-23 04:02:44 -04:00
|
|
|
mark {
|
|
|
|
color: #8f8f8f;
|
|
|
|
}
|
|
|
|
|
2022-05-10 18:44:09 -04:00
|
|
|
.header-top {
|
|
|
|
background-color: #232323;
|
|
|
|
color: #dedede;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-top a { color: #dedede !important;}
|
|
|
|
|
2020-03-22 16:09:31 -04:00
|
|
|
#searchBox #searchBoxInput {
|
|
|
|
color: #8f8f8f;
|
|
|
|
background-color:#363636;
|
|
|
|
border: solid 1px #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchBox #searchBoxInput::placeholder {
|
|
|
|
color: #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchResults {
|
|
|
|
background-color:#363636;
|
|
|
|
border: solid 1px #363636;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchResults mark {
|
|
|
|
background-color: #222020;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags li a {
|
|
|
|
background-color: #222020;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentsList hr.separator {
|
|
|
|
border: solid 1px #363636;
|
|
|
|
}
|
2020-03-22 16:49:18 -04:00
|
|
|
|
|
|
|
img.avatar-border {
|
|
|
|
filter: invert(100%);
|
2020-03-23 04:02:44 -04:00
|
|
|
}
|