mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
fix(feedback): removed importants
This commit is contained in:
parent
d7bfb3609a
commit
8416db171f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue