Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
077d11d
1
Parent(s):
c12e637
Updated font colors in style.css
Browse files
style.css
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
--subtitle-font-size: clamp(1rem, 2vw, 1.2rem);
|
4 |
--title-color: #FF0000; /* Bright red title */
|
5 |
--primary-color: #333333; /* Dark gray */
|
6 |
-
--secondary-color: #
|
7 |
--accent-color: #666666; /* Light gray */
|
8 |
--text-color: #2B2B2B; /* Near black for text */
|
9 |
--light-accent: #E0E0E0; /* Very light gray */
|
|
|
3 |
--subtitle-font-size: clamp(1rem, 2vw, 1.2rem);
|
4 |
--title-color: #FF0000; /* Bright red title */
|
5 |
--primary-color: #333333; /* Dark gray */
|
6 |
+
--secondary-color: #FFFFFF; /* Changed to white for subtitle */
|
7 |
--accent-color: #666666; /* Light gray */
|
8 |
--text-color: #2B2B2B; /* Near black for text */
|
9 |
--light-accent: #E0E0E0; /* Very light gray */
|