Adjust a-tag styling and disable psuedo-classes in testpage
All checks were successful
/ build (push) Successful in 8s
All checks were successful
/ build (push) Successful in 8s
This commit is contained in:
parent
0a2826842e
commit
0411c33e4d
6 changed files with 189 additions and 86 deletions
|
|
@ -26,16 +26,28 @@ main {
|
|||
}
|
||||
|
||||
a {
|
||||
&.a-regular {
|
||||
|
||||
&.a-regular,
|
||||
&.a-regular:hover,
|
||||
&.a-regular:active,
|
||||
&.a-regular:focus,
|
||||
&.a-regular:visited {
|
||||
color: var(--color-accent-1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&.a-hover {
|
||||
&.a-hover,
|
||||
&.a-hover:visited {
|
||||
color: var(--color-accent-3);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.a-visited {
|
||||
&.a-visited,
|
||||
&.a-visited:hover,
|
||||
&.a-visited:active,
|
||||
&.a-visited:focus {
|
||||
color: var(--color-accent-2);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue