VinayHajare commited on
Commit
1137f0d
·
verified ·
1 Parent(s): ec5c3a9

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
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: yellow !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: white !important;
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
  }