mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
21 lines
384 B
Text
21 lines
384 B
Text
.theme-light #interface #ui-right #sidebar {
|
|
menu li button img {
|
|
filter: @grey-filter;
|
|
}
|
|
}
|
|
|
|
#interface #ui-right {
|
|
#ui-right-column-1 {
|
|
position: relative;
|
|
}
|
|
|
|
#sidebar {
|
|
menu li button {
|
|
img {
|
|
width: 22px;
|
|
max-width: unset;
|
|
filter: @beige-filter;
|
|
}
|
|
}
|
|
}
|
|
}
|