]> git.localhorst.tv Git - alttp.git/blob - resources/sass/common.scss
f585be09416b6912a4d7b9efa104d8fe072cbf1d
[alttp.git] / resources / sass / common.scss
1 #header {
2         img {
3                 max-height: 2rem;
4                 width: auto;
5                 margin: -0.5rem 0.25rem;
6         }
7 }
8
9 h1 {
10         margin-top: 2.5rem;
11         margin-bottom: 2rem;
12 }
13
14 .text-gold {
15         color: $gold;
16 }
17 .text-silver {
18         color: $silver;
19 }
20 .text-bronze {
21         color: $bronze;
22 }