mirror of
https://github.com/picocss/pico
synced 2025-08-13 04:46:18 +00:00
fix(feedback): removed importants
This commit is contained in:
parent
d7bfb3609a
commit
8416db171f
@ -63,13 +63,13 @@ nav {
|
|||||||
a::after {
|
a::after {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
content: "/";
|
content: "/";
|
||||||
color: var(--muted-color) !important;
|
color: var(--muted-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& a[aria-current="page"] {
|
& a[aria-current="page"] {
|
||||||
color: inherit !important;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user