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:
16
scss/base/generic.scss
Normal file
16
scss/base/generic.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user