]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
number rounds and results
[alttp.git] / resources / sass / common.scss
index 8266db79bcd5641eefdc303bf7cc3127838d979a..f585be09416b6912a4d7b9efa104d8fe072cbf1d 100644 (file)
@@ -10,3 +10,13 @@ h1 {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
 }
+
+.text-gold {
+       color: $gold;
+}
+.text-silver {
+       color: $silver;
+}
+.text-bronze {
+       color: $bronze;
+}