mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 05:38:15 +01:00
12 lines
132 B
SCSS
12 lines
132 B
SCSS
|
/*!
|
||
|
* NES.css v0.0.1(alpha)
|
||
|
*/
|
||
|
$color: #fff;
|
||
|
|
||
|
body {
|
||
|
color: $color;
|
||
|
display: flex;
|
||
|
color: $color;
|
||
|
background-color: #111;
|
||
|
}
|