Update for evil light mode

This commit is contained in:
Dapoulp 2025-05-31 23:51:02 +02:00
parent 6646cf63d7
commit b17039fbba
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#resources {
min-height: calc(var(--header-height) + 4rem);
min-width: 4rem;
color: #d3d3d3;
.window-content {
padding: .5rem;
#resource-fear {
@ -106,4 +107,7 @@
visibility: hidden;
}
}
&:has(.fear-bar) {
min-width: 200px;
}
}