Add element-colored links
This commit is contained in:
parent
19d0b14233
commit
7b9cd245e3
1 changed files with 24 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue