Difference between revisions of "Team:UCSC/CSS-2"

Line 46: Line 46:
 
body {
 
body {
 
   background-color: var(--main-bg-color) !important;
 
   background-color: var(--main-bg-color) !important;
  font-family: var(--main-txt-font) !important;
 
/*  font-family: 'roboto' !important; */
 
  color: var(--main-txt-color) !important;
 
 
  font-weight: lighter !important; /* needed for some phones to display light version of font */
 
 
   font-size: 100%;
 
   font-size: 100%;
 
   line-height: normal !important;
 
   line-height: normal !important;
 
}
 
}
 
  
 
html, body {
 
html, body {
Line 61: Line 55:
 
}
 
}
  
h1, h2, h3, h4, h5, h6, p, li {
+
body, h1, h2, h3, h4, h5, h6, p, li {
 
   font-family: var(--main-txt-font) !important;
 
   font-family: var(--main-txt-font) !important;
 
   font-weight: 300 !important;
 
   font-weight: 300 !important;
 +
  font-weight: lighter !important; /* needed for some phones to display light version of font */
 
   color: var(--main-txt-color) !important;
 
   color: var(--main-txt-color) !important;
 
}
 
}

Revision as of 17:51, 19 September 2018