mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
style(breadcrumbs): update markup to use <nav> for improved semantics and add SVG seperator
This commit is contained in:
@@ -23,6 +23,15 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.breadcrumbs svg {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.i18n_list {
|
||||
@@ -34,10 +43,6 @@
|
||||
margin: auto 3px;
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.post-meta .i18n_list li a,
|
||||
.toc a:hover {
|
||||
box-shadow: 0 1px 0;
|
||||
|
||||
Reference in New Issue
Block a user