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
3 changed files with 22 additions and 0 deletions
Showing only changes of commit 96e4d9a402 - Show all commits

View File

@@ -841,3 +841,25 @@ fieldset > table td input[type="radio"] {
max-width: 30%;
}
}
@media (prefers-color-scheme: dark) {
:root {
--link-primary: #4baabe;
--background-primary: #4d4d4d; /* HPR Grey */
--text-primary: #fffff7/*#fafafa#fbfbee #dfdfdf */;
--shadow-secondary-color: hsl(0, 0%, 40%);
--input-border-primary: var(--shadow-secondary-color);
}
body > header {
background-image: url("/images/main-header-background-dark.png");
}
a.lane-button {
background-image: url("/images/lane-button-background-dark.png");
}
#hosts td > img {
filter: brightness(0.65);
}
.lane > article > header,
#hosts td:nth-child(-n+2) {
color: var(--text-primary);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB