deleted file discussion-meta.php

This commit is contained in:
2023-12-17 13:28:39 +00:00
committed by Gitium
parent 219d16de19
commit 5a5a2b23b8
97 changed files with 0 additions and 28455 deletions

View File

@ -1,22 +0,0 @@
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;
}
}