Less dodgy debug/version handling

This commit is contained in:
2023-10-03 23:48:52 +00:00
parent c87abb506d
commit 9d1bab6a07
4 changed files with 24 additions and 16 deletions

View File

@ -178,6 +178,16 @@ pre {
height: 1.5rem;
}
.construction_bg {
background: repeating-linear-gradient(
45deg,
#222200,
#222200 10px,
#000000 10px,
#000000 20px
);
}
@media (prefers-color-scheme: dark) {
:root {
/* Navbar */