fix(css): remove yet more blue-10 overrides

This commit is contained in:
SabreCat
2023-02-16 14:34:24 -06:00
parent 4a1011f1af
commit 14f9debfdb
9 changed files with 0 additions and 16 deletions
@@ -78,7 +78,6 @@
@import '~@/assets/scss/colors.scss';
a:not([href]) {
color: $blue-10;
font-size: 16px;
}
@@ -245,10 +245,6 @@
text-align: center;
color: $gray-100;
a {
color: $blue-10;
}
}
#quest-detail-modal {
@@ -377,11 +377,9 @@
.members-invited {
min-height: 1rem;
color: $blue-10;
margin: 0;
&:hover, &:focus {
color: $blue-10;
text-decoration: underline;
}
}