X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=80b8b2a62e83293435f9d35a3b48437c210364e3;hb=a21cc53ca73ca1690f53bc2ec3c2a1a2948d67dd;hp=57d0d5fc30da60db6c503a76e3f87eb29deb4669;hpb=2110d91bc5016fd78aec02578b09506b6d67f45e;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 57d0d5f..80b8b2a 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -11,6 +11,13 @@ h1 { margin-bottom: 2rem; } +.text-discord { + color: $discord; +} +.text-twitch { + color: $twitch; +} + .text-gold { color: $gold; }