DRAFT | new theme - minimage

This commit is contained in:
Don Harper 2023-02-07 22:52:35 -06:00
parent 5116fe4640
commit ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions

View file

@ -0,0 +1,17 @@
html,
body {
background-color: $color-primary;
line-height: 1.6;
font-family: $font-gothic;
font-size: $font-base-size;
color: $color-font-base;
}
main {
display: block;
}
button {
appearance: none;
border: none;
}

View file

@ -0,0 +1 @@
$font-gothic: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

View file

@ -0,0 +1,10 @@
// User's Reset
@for $i from 1 through 6 {
h#{$i} {
margin: 0;
}
}
p {
margin: 0;
}