add missing assets

This commit is contained in:
2023-06-15 14:36:11 +02:00
parent f5f1587da0
commit ffa0e85468
12 changed files with 4661 additions and 0 deletions

56
assets/css/style-dark.css Normal file
View File

@@ -0,0 +1,56 @@
/* General */
body {
background-color: #101010;
color: #8f8f8f;
}
a:link {
color: #8f8f8f;
}
a:visited {
color: #8f8f8f;
}
a:hover {
color: #8f8f8f;
}
a:active {
color: #8f8f8f;
}
mark {
color: #8f8f8f;
}
#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;
}
img.avatar-border {
filter: invert(100%);
}