mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
15 lines
284 B
Text
15 lines
284 B
Text
.theme-light #interface #ui-right #sidebar {
|
|
menu li button img {
|
|
filter: @grey-filter;
|
|
}
|
|
}
|
|
|
|
#interface #ui-right #sidebar {
|
|
menu li button {
|
|
img {
|
|
width: 22px;
|
|
max-width: unset;
|
|
filter: @beige-filter;
|
|
}
|
|
}
|
|
}
|