fixes+improvements

This commit is contained in:
2021-10-03 20:22:58 +02:00
parent 7477527f24
commit a94647d549
10 changed files with 190 additions and 49 deletions
+7
View File
@@ -1,3 +1,6 @@
@import '../../../variables.scss';
small a {
color: inherit !important;
text-decoration: none;
@@ -6,4 +9,8 @@ small a {
small a:hover {
color: inherit !important;
text-decoration: underline;
}
a.vote {
color: $light-primary-text;
}