1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 10:32:41 +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

16
scss/base/generic.scss Normal file
View File

@@ -0,0 +1,16 @@
// Override reboot.scss
html,
body,
pre,
code,
kbd,
samp {
font-family: $font-family;
}
body {
font-size: $font-size;
color: $base-color;
background-color: $background-color;
}