mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
feat: add a semantic way for creating a breadcrumb
This commit is contained in:
parent
a018211b14
commit
8049be9ffa
3 changed files with 50 additions and 11 deletions
|
@ -68,7 +68,7 @@ ul {
|
|||
|
||||
// Links
|
||||
// 1. Remove the gray background on active links in IE 10
|
||||
a {
|
||||
a:not(::after) {
|
||||
--color: var(--primary);
|
||||
--background-color: transparent;
|
||||
outline: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue