1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-26 15:34:33 +02:00

👍 reboot.cssを導入

This commit is contained in:
BcRikko
2018-11-25 18:11:18 +09:00
parent db0ac66528
commit 434abd0bad
12 changed files with 764 additions and 291 deletions

7
scss/base/variables.scss Normal file
View File

@@ -0,0 +1,7 @@
// Font
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
$font-family: "Press Start 2P" !default;
$font-size: 16px !default;
$base-color: #212529;
$background-color: #fff;