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