feat: Implement base dark theme layout with custom Bootstrap styling, sidebar, and timeline component.

This commit is contained in:
jeremy bayse
2026-02-14 13:30:37 +01:00
parent 1f9d2f7875
commit 48aa3ccc2e
3 changed files with 25 additions and 3 deletions

View File

@@ -253,6 +253,13 @@ $warning-dark: #d9a406;
a {
color: $primary;
letter-spacing: 0.05em;
.brand-text {
font-family: 'Outfit', 'Inter', sans-serif;
color: #fff;
text-transform: uppercase;
}
}
}
@@ -421,4 +428,10 @@ $warning-dark: #d9a406;
&.normal .timeline-dot {
border-color: $success;
}
}
// Fix for oversized pagination icons
.pagination svg {
width: 1.25rem;
height: 1.25rem;
}