1
0
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:
Daniel Barber 2018-03-01 09:04:48 -05:00
parent eb7e171551
commit 846bba69e0
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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);