modified file themes

This commit is contained in:
2025-04-29 21:21:23 +00:00
committed by Gitium
parent 81e02d9aea
commit fc3d7ab181
98 changed files with 32700 additions and 0 deletions

View File

@ -0,0 +1,22 @@
a {
@include link-transition;
color: $color__link;
&:visited {
color: $color__link-visited;
}
&:hover,
&:active {
color: $color__link-hover;
outline: 0;
text-decoration: none;
}
&:focus {
outline: thin dotted;
text-decoration: underline;
text-decoration-thickness: 2px;
}
}