Commit
·
daaf03c
1
Parent(s):
20eafc7
Make subtitle more readable - larger and not italic
Browse files- Increased font size from 1.375rem to 1.5rem (24px)
- Changed color from muted to secondary (brighter)
- Removed italic style for better readability
style.css
CHANGED
|
@@ -88,11 +88,11 @@ body {
|
|
| 88 |
|
| 89 |
/* Subtitle styling */
|
| 90 |
#content h1 + p {
|
| 91 |
-
font-size: 1.
|
| 92 |
-
color: var(--text-
|
| 93 |
font-weight: 500;
|
| 94 |
margin-bottom: 2.5rem;
|
| 95 |
-
font-style:
|
| 96 |
}
|
| 97 |
|
| 98 |
#content h2 {
|
|
|
|
| 88 |
|
| 89 |
/* Subtitle styling */
|
| 90 |
#content h1 + p {
|
| 91 |
+
font-size: 1.5rem;
|
| 92 |
+
color: var(--text-secondary);
|
| 93 |
font-weight: 500;
|
| 94 |
margin-bottom: 2.5rem;
|
| 95 |
+
font-style: normal;
|
| 96 |
}
|
| 97 |
|
| 98 |
#content h2 {
|