danielrosehill commited on
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

Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -88,11 +88,11 @@ body {
88
 
89
  /* Subtitle styling */
90
  #content h1 + p {
91
- font-size: 1.375rem;
92
- color: var(--text-muted);
93
  font-weight: 500;
94
  margin-bottom: 2.5rem;
95
- font-style: italic;
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 {