deleted file discussion-meta.php

This commit is contained in:
2024-10-09 12:44:42 +00:00
committed by Gitium
parent ef209dc569
commit db5f4b72eb
97 changed files with 0 additions and 32676 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;
}
}