First cut at dark theme #287

Merged
rho_n merged 5 commits from i275_User-desiresa-Dark-Theme into main 2025-10-25 18:05:44 +00:00
Showing only changes of commit 88f9362279 - Show all commits

View File

@@ -851,12 +851,14 @@ fieldset > table td input[type="radio"] {
}
body > header {
background-image: url("/images/main-header-background-dark.png");
}
img {
filter: brightness(0.70);
}
a.lane-button {
background-image: url("/images/lane-button-background-dark.png");
}
#hosts td > img {
filter: brightness(0.65);
a.lane-button img {
filter: none;
}
.lane > article > header,
#hosts td:nth-child(-n+2) {