Feat(UI): Improved core section header styling.

This commit is contained in:
2025-07-25 21:39:08 +01:00
parent 510343b17f
commit 1bbe6f0040
7 changed files with 7 additions and 31 deletions

View File

@@ -17,12 +17,6 @@ header {
padding: 1rem 0;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
color: var(--primary);
}
.nav-links {
display: flex;
gap: 2rem;
@@ -69,7 +63,7 @@ header {
.logo {
font-size: 2rem;
font-weight: bold;
color: var(--colour-secondary);
color: #8932CB;
}
.nav-links {