Use trailing / for sections in the site header
Just like `ls`.
This commit is contained in:
parent
8a00cc6de9
commit
1b463e35d8
2 changed files with 4 additions and 5 deletions
|
@ -60,12 +60,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
li:not(:first-child)::before {
|
||||
li::after {
|
||||
color: var(--color-nav-separator);
|
||||
content: ":";
|
||||
font-weight: bold;
|
||||
content: "/";
|
||||
justify-content: center;
|
||||
margin-inline-end: var(--spacing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue