MediaWiki:Common.css: Difference between revisions

From Trans World Express
No edit summary
Tag: Manual revert
No edit summary
Line 17: Line 17:
body {
body {
   font-family: "Gabarito", sans-serif;
   font-family: "Gabarito", sans-serif;
  color: #211a67;
}
}



Revision as of 22:58, 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 {
  font-family: "Gabarito", sans-serif;
}