Changed the lightmode to darkmode

This commit is contained in:
WBHarry 2025-07-17 20:03:59 +02:00
parent 22d1b97bb8
commit e605f7ecbc

View file

@ -3,7 +3,7 @@
.theme-light .daggerheart.dh-style.views.downtime { .theme-light .daggerheart.dh-style.views.downtime {
.downtime-container .activity-container .activity-selected-marker { .downtime-container .activity-container .activity-selected-marker {
background-image: url(../assets/parchments/dh-parchment-dark.png); background-image: url(../assets/parchments/dh-parchment-light.png);
} }
} }
@ -48,8 +48,8 @@
font-size: 14px; font-size: 14px;
border: 1px solid light-dark(@dark-blue, @golden); border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px; border-radius: 6px;
color: light-dark(@beige, @dark); color: light-dark(@dark, @beige);
background-image: url(../assets/parchments/dh-parchment-light.png); background-image: url(../assets/parchments/dh-parchment-dark.png);
padding: 0 8px; padding: 0 8px;
line-height: 1; line-height: 1;
font-weight: bold; font-weight: bold;