deleted file discussion-meta.php

This commit is contained in:
2024-05-09 15:27:03 +00:00
committed by Gitium
parent baa5aa7ed5
commit 9179edb708
97 changed files with 0 additions and 32632 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;
}
}