mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
10 lines
No EOL
147 B
SCSS
10 lines
No EOL
147 B
SCSS
a{
|
|
text-decoration: none;
|
|
&, &:link, &:visited, &:active{
|
|
color: currentColor;
|
|
font-weight: bold;
|
|
}
|
|
&:hover{
|
|
color: $red;
|
|
}
|
|
} |