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

Line 55: Line 55:
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
 
  font-family: var(--main-txt-font) !important;
 
  font-weight: 300 !important;
 
  color: var(--main-txt-color) !important;
 
}
 
  
 
html, body {
 
html, body {
Line 65: Line 60:
 
   scroll-behavior: smooth; /* Only works on Firefox and Chrome */
 
   scroll-behavior: smooth; /* Only works on Firefox and Chrome */
 
}
 
}
 +
 +
h1, h2, h3, h4, h5, h6, p {
 +
  font-family: var(--main-txt-font) !important;
 +
  font-weight: 300 !important;
 +
  color: var(--main-txt-color) !important;
 +
}
 +
  
 
/*-----NAV BAR THEME-----*/
 
/*-----NAV BAR THEME-----*/

Revision as of 17:46, 19 September 2018