MediaWiki:Common.css: Difference between revisions

From Trans World Express
No edit summary
No edit summary
Line 21: Line 21:


#content h1,  
#content h1,  
#content h2 {
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
   font-family: "Gabarito", sans-serif;
   font-family: "Gabarito", sans-serif;
  color: #211a67;
}
}

Revision as of 23:00, 4 February 2025

body { background-color: #bba5ff; }

:root { --background-color-base: #bba5ff; }

.cdx-search-input--has-end-button { background-color: #bba5ff; }

.vector-pinned-container { background-color: #bba5ff; }

.cdx-text-input__input { background-color: #bba5ff; }

pre, code, .mw-code  { background-color: #bba5ff; }

#footer-poweredbyico { display: none; }

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

body {
  font-family: "Gabarito", sans-serif;
  color: #211a67;
}

#content h1, 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: "Gabarito", sans-serif;
  color: #211a67;
}