fix: menu styles

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:33:00 -07:00
parent 8c0c27b5ee
commit 56154b0c63
No known key found for this signature in database
5 changed files with 23 additions and 15 deletions

View file

@ -113,12 +113,12 @@ blockquote {
/* links */
a {
text-decoration: none;
}
a,
.active {
color: var(--accent-color);
text-decoration: none;
& svg {
stroke: var(--accent-color);
}
}
a:hover,
@ -303,10 +303,12 @@ a.view-all:focus svg {
cursor: not-allowed;
}
a svg,
nav .active svg,
nav ul li .active svg {
stroke: var(--accent-color);
.active {
color: var(--accent-color) !important;
}
.active svg {
stroke: var(--accent-color) !important;
}
/* social icons */