Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.

This commit is contained in:
Chris Wilson
2020-11-30 21:15:47 -05:00
parent 7891c2761f
commit bd3b419de0
38 changed files with 300 additions and 131 deletions

View File

@@ -12,7 +12,6 @@ html{
body{
margin: 0;
padding-bottom: 62px;
}
button{
@@ -21,13 +20,24 @@ button{
border-radius: 4px;
}
h1, h2, h3{
h1, h2, h3, h4, h5, h6{
font-family: HyliaSerif, sans-serif;
font-size: 3rem;
font-weight: normal;
margin: 0;
}
h1{ font-size: 3rem; }
h2{ font-size: 2rem; }
h3{ font-size: 1.75rem; }
h4{
font-size: 1.5rem;
margin-bottom:0.5rem;
}
h5, h6{
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.grass-island{
background:
url('../static/backgrounds/cliffs/grass/cliff-top-left-corner.png') top left no-repeat,
@@ -49,7 +59,7 @@ h1, h2, h3{
20px 140px, /* bottom */
140px 20px, /* left */
140px 20px, /* right */
100px auto; /* center */
140px 140px; /* center */
min-width: 280px;
min-height: 280px;