This commit is contained in:
WBHarry 2025-11-11 00:30:15 +01:00 committed by GitHub
parent 052b6baefe
commit f53252a369
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 3 deletions

View file

@ -448,7 +448,7 @@
white-space: nowrap;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
color: light-dark(@beige, @dark);
color: @dark;
background-image: url('../assets/parchments/dh-parchment-light.png');
padding: 0 2px;
}

View file

@ -801,7 +801,7 @@
padding: 10px 0;
text-align: center;
font-size: var(--font-size-16);
color: light-dark(@beige, @dark);
color: @dark;
background-image: url(../assets/parchments/dh-parchment-light.png);
border-radius: 0 0 4px 4px;
}
@ -834,7 +834,7 @@
font-variant: small-caps;
text-align: center;
font-style: italic;
color: light-dark(@dark-blue-60, @beige-80);
color: light-dark(@dark-blue, @beige-80);
}
}
}

View file

@ -1,3 +1,9 @@
.theme-light #interface #ui-right #sidebar {
menu li button img {
filter: @grey-filter;
}
}
#interface #ui-right #sidebar {
menu li button {
img {