Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -70,9 +70,9 @@
|
|
70 |
}
|
71 |
/* Change the color of the red text to yellow */
|
72 |
#content_align > span[style="color:darkred;font-size:32px;font-weight:bold"] {
|
73 |
-
color:
|
74 |
}
|
75 |
/* Change the color of the blue text to white */
|
76 |
#content_align > span[style="color:blue;font-size:16px;font-weight:bold"] {
|
77 |
-
color:
|
78 |
}
|
|
|
70 |
}
|
71 |
/* Change the color of the red text to yellow */
|
72 |
#content_align > span[style="color:darkred;font-size:32px;font-weight:bold"] {
|
73 |
+
color: red !important;
|
74 |
}
|
75 |
/* Change the color of the blue text to white */
|
76 |
#content_align > span[style="color:blue;font-size:16px;font-weight:bold"] {
|
77 |
+
color: yellow !important;
|
78 |
}
|