Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c12e637
1
Parent(s):
befc212
Updated font colors in style.css
Browse files
style.css
CHANGED
@@ -79,13 +79,7 @@ p {
|
|
79 |
text-align: center;
|
80 |
font-size: var(--subtitle-font-size);
|
81 |
margin-top: 1rem;
|
82 |
-
color:
|
83 |
-
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
|
84 |
-
font-weight: 500;
|
85 |
-
background-color: rgba(51, 51, 51, 0.8); /* Semi-transparent dark background */
|
86 |
-
padding: 0.5rem 1rem;
|
87 |
-
border-radius: 4px;
|
88 |
-
display: inline-block;
|
89 |
}
|
90 |
|
91 |
/* Additional text elements styling */
|
|
|
79 |
text-align: center;
|
80 |
font-size: var(--subtitle-font-size);
|
81 |
margin-top: 1rem;
|
82 |
+
color: #FFFFFF; /* Direct white color for better visibility */
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
}
|
84 |
|
85 |
/* Additional text elements styling */
|