TheAwakenOne commited on
Commit
74fd28a
·
1 Parent(s): f5a4c8e

Updated colors in style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -5,7 +5,7 @@
5
  --primary-color: #333333; /* Dark gray */
6
  --secondary-color: #FFFFFF; /* Changed to white for subtitle */
7
  --accent-color: #666666; /* Light gray */
8
- --text-color: #FFFFFF; /* Changed to white for text */
9
  --light-accent: #E0E0E0; /* Very light gray */
10
  }
11
 
 
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 */
10
  }
11