fix: menu styles
This commit is contained in:
parent
8c0c27b5ee
commit
56154b0c63
5 changed files with 23 additions and 15 deletions
|
@ -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 */
|
||||
|
|
Reference in a new issue