fixed dictionary section styling and header layout

This commit is contained in:
2025-10-19 22:58:43 -07:00
parent a597e2be07
commit e8c5797d54
2 changed files with 25 additions and 8 deletions
+19
View File
@@ -103,6 +103,25 @@ body {
font-weight: 500;
}
/* Dictionary Section */
.dictionary-section {
margin: var(--space-xl) 0 var(--space-lg) 0;
}
.dictionary-section h3 {
font-family: var(--font-ui);
font-size: 1.5rem;
color: var(--color-text-primary);
margin-bottom: var(--space-sm);
}
.dictionary-section p {
font-family: var(--font-ui);
font-size: 0.95rem;
color: var(--color-text-secondary);
margin: 0;
}
/* Links */
a {
color: var(--color-link);