mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Added black color sass variable
This commit is contained in:
parent
6ca0c383bc
commit
35e619e0ff
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ $color-gray: #a5a2a2;
|
|||
$color-red: #dd2020;
|
||||
$color-orange: #ffae42;
|
||||
$color-white: #fff;
|
||||
$color-black: #000;
|
||||
$color-green: #1dbc60;
|
||||
$color-igdb-green: #3eb87a;
|
||||
$color-light-green: #7CB490;
|
||||
|
|
Loading…
Reference in a new issue