VinayHajare commited on
Commit
9af7efd
·
verified ·
1 Parent(s): 4c55a36

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -69,10 +69,10 @@
69
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
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
  }
 
69
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
70
  }
71
  /* Change the color of the red text to yellow */
72
+ #content_align > span[style="color:darkred;font-size:42px;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:32px;font-weight:bold"] {
77
  color: white !important;
78
  }