feat: 💄 add general rule for links

This commit is contained in:
Marcus Mietz 2020-08-26 21:43:41 +02:00
parent e5dba0d79d
commit b2afdf6148

View file

@ -14,6 +14,10 @@
text-size-adjust: 100%; text-size-adjust: 100%;
} }
a {
color: $copy-color;
}
.bubbles { .bubbles {
background-color: $bg-color-dark; background-color: $bg-color-dark;
position: fixed; position: fixed;