mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Couple of style fixes
This commit is contained in:
parent
eb7e171551
commit
846bba69e0
@ -2,9 +2,9 @@ $black: #000;
|
||||
$white: #fff;
|
||||
|
||||
$background-color: #1e3f51;
|
||||
$foreground-color: white;
|
||||
$foreground-color: $white;
|
||||
|
||||
$link-color: #ffdd00;
|
||||
$link-color: #fd0;
|
||||
|
||||
$board-border-color: #000;
|
||||
$board-shadow-color: rgba(0, 0, 0, 0.4);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user