Some lightmode style fixes

This commit is contained in:
WBHarry 2025-06-22 01:27:15 +02:00
parent 51f9b5d5c1
commit 2608b6dd38
7 changed files with 71 additions and 14 deletions

View file

@ -1,3 +1,11 @@
.theme-light {
.daggerheart.dh-style.countdown {
&.minimized .minimized-view .mini-countdown-container {
background-image: url('../assets/parchments/dh-parchment-dark.png');
}
}
}
.daggerheart.dh-style.countdown {
overflow: hidden;
@ -80,6 +88,15 @@
display: flex;
flex-direction: column;
.countdowns-menu {
display: flex;
gap: 8px;
.flex {
flex: 1;
}
}
.countdowns-container {
display: flex;
gap: 8px;