mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Add background color to light theme header button (#1823)
This commit is contained in:
parent
7a4f9d7bc8
commit
545934aa60
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ body.game:is(.performance-low, .noblur) {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: light-dark(transparent, @deep-black);
|
background: light-dark(#e8e6e3, @deep-black);
|
||||||
color: light-dark(@dark-blue, @beige);
|
color: light-dark(@dark-blue, @beige);
|
||||||
border: 1px solid light-dark(@dark-blue, transparent);
|
border: 1px solid light-dark(@dark-blue, transparent);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue