mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
add color define(black, white)
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
$font-family: "Press Start 2P" !default;
|
||||
$font-size: 16px !default;
|
||||
|
||||
$base-color: #212529;
|
||||
$background-color: #fff;
|
||||
$base-color: $color-black;
|
||||
$background-color: $color-white;
|
||||
|
Reference in New Issue
Block a user