style(breadcrumbs): update markup to use <nav> for improved semantics and add SVG seperator

This commit is contained in:
Aditya Telange
2026-04-11 20:12:11 +05:30
parent 1d9e109808
commit a3b58b9e95
2 changed files with 25 additions and 16 deletions
+9 -4
View File
@@ -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;