]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
switch participant list to scoreboard
[alttp.git] / resources / sass / common.scss
index 906d989c6f9fb2c598317f295d8cefd86caa70fb..f585be09416b6912a4d7b9efa104d8fe072cbf1d 100644 (file)
@@ -5,3 +5,18 @@
                margin: -0.5rem 0.25rem;
        }
 }
+
+h1 {
+       margin-top: 2.5rem;
+       margin-bottom: 2rem;
+}
+
+.text-gold {
+       color: $gold;
+}
+.text-silver {
+       color: $silver;
+}
+.text-bronze {
+       color: $bronze;
+}