Add Settings panel with a button to change themes
Only 2 themes besides the default are implemented for now. More to come!
This commit is contained in:
parent
08ca381a9f
commit
729c71fac0
6 changed files with 74 additions and 8 deletions
|
|
@ -29,8 +29,8 @@ svg .fill_grey { opacity:0.25; fill:var(--f_low) !important }
|
|||
|
||||
/* White */
|
||||
svg .fill_white { fill:var(--b_high) !important }
|
||||
#player a.escape { border:2px solid var(--b_high) !important; color: var(--b_high); }
|
||||
#player a.escape:hover { background-color:var(--b_high) !important; color:var(--background); }
|
||||
#player .button { border:2px solid var(--b_high) !important; color: var(--b_high); }
|
||||
#player .button:hover { background-color:var(--b_high) !important; color:var(--background); }
|
||||
#board card .face { background-color:var(--b_high)}
|
||||
.card_11 .face .name,.card_13 .face .name,.card_15 .face .name,.card_17 .face .name { color:var(--b_high);}
|
||||
#player .gage { color:var(--b_high) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue