1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

🚿 再開発

This commit is contained in:
BcRikko
2018-11-18 09:54:03 +09:00
parent 8c62eee7a6
commit db0ac66528
32 changed files with 324 additions and 2016 deletions

View File

@@ -1,26 +0,0 @@
// 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;
}
p:not(:last-child) {
margin-bottom: 1rem;
}