X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=f585be09416b6912a4d7b9efa104d8fe072cbf1d;hb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;hp=8266db79bcd5641eefdc303bf7cc3127838d979a;hpb=d920d896d4357289112e31d3b33d386ab754a12d;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 8266db7..f585be0 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -10,3 +10,13 @@ h1 { margin-top: 2.5rem; margin-bottom: 2rem; } + +.text-gold { + color: $gold; +} +.text-silver { + color: $silver; +} +.text-bronze { + color: $bronze; +}