diff --git a/_layouts/default.html b/_layouts/default.html index 7a917ba..ff50f3c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -90,19 +90,6 @@
- - {% unless page.url == "/" or page.url == "/index.html" %} - - {% endunless %} - - {{ content }}
diff --git a/_sass/_biscuit.scss b/_sass/_biscuit.scss index 7e6b3fa..8ab5ba5 100644 --- a/_sass/_biscuit.scss +++ b/_sass/_biscuit.scss @@ -395,49 +395,6 @@ figcaption { } } -.breadcrumb { - margin-top: 10px; - margin-bottom: 20px; - font-size: 0.8rem; - font-family: var(--font-mono); - font-weight: 600; - color: var(--color-secondary); - display: flex; - flex-wrap: wrap; - align-items: center; - gap: 0.5rem; - - a { - color: var(--color-secondary); - text-decoration: none; - transition: color 0.2s ease; - position: relative; - padding: 0.2rem 0; - - &:hover { - color: var(--color-accent); - } - } - - /* Modern separator using a forward slash */ - > a:not(:last-child)::after { - content: "/"; - margin-left: 0.75rem; - color: var(--color-highlight-dark); - font-weight: 400; - opacity: 0.6; - font-size: 1.1rem; - position: relative; - top: -1px; - } - - /* Add subtle hover effect for the current page */ - > a:last-child { - color: var(--color-dark); - font-weight: 600; - } -} - /* ------------------------- */ /* NAVIGATION STYLES */ /* ------------------------- */