X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=80b8b2a62e83293435f9d35a3b48437c210364e3;hb=beccf752aafd468c3753c6d48ae30bccd946c3b9;hp=f585be09416b6912a4d7b9efa104d8fe072cbf1d;hpb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index f585be0..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; } @@ -20,3 +27,16 @@ h1 { .text-bronze { color: $bronze; } + +.zelda-icon { + display: inline-flex; + align-items: center; + width: 2em; + height: 2em; + + img { + margin: auto; + max-width: 100%; + max-height: 100%; + } +}