Add element-colored links

This commit is contained in:
Justin Edmund 2022-03-14 16:45:14 -07:00
parent 19d0b14233
commit 7b9cd245e3

View file

@ -28,6 +28,30 @@ main {
a {
text-decoration: none;
&.wind {
color: $wind-text-dark;
}
&.fire {
color: $fire-text-dark;
}
&.water {
color: $water-text-dark;
}
&.earth {
color: $earth-text-dark;
}
&.dark {
color: $dark-text-dark;
}
&.light {
color: $light-text-dark;
}
}
button, input {