Refactor header branding to use an image logo; enhance internal link handling and clean up unused code

This commit is contained in:
2025-01-30 07:24:58 +11:00
parent d33e470d15
commit 5ca1c080d3
4 changed files with 9 additions and 61 deletions

View File

@@ -489,11 +489,14 @@ social-links a:hover {
gap: 0.5rem;
}
.title-text .brand {
color: var(--ifm-color-primary);
font-weight: 800;
letter-spacing: -0.01em;
font-size: 1.2rem;
.brand-logo {
height: 24px;
width: auto;
display: block;
}
.title-text .divider {
padding: 0 0 0 10px;
}
.title-text .divider,