mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 02:53:31 +02:00
👍 ベースCSSを追加
This commit is contained in:
22
scss/base/generic.scss
Normal file
22
scss/base/generic.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
// Define
|
||||
html {
|
||||
font-size: $font-size;
|
||||
color: $black;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
pre,
|
||||
code {
|
||||
font-family: $font-family;
|
||||
font-size: $font-size;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $black;
|
||||
text-decoration: none;
|
||||
}
|
Reference in New Issue
Block a user