MediaWiki: Tweeki.css: Difference between revisions
From DivNull RPG
								No edit summary  | 
				No edit summary  | 
				||
| Line 5: | Line 5: | ||
.navbar-light {  | .navbar-light {  | ||
  background-color: rgb(85, 51, 85)!important;  |   background-color: rgb(85, 51, 85)!important;  | ||
}  | |||
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {  | |||
  color: white;  |   color: white;  | ||
}  | }  | ||
Revision as of 02:58, 24 December 2023
body {
  font-family: "proxima-nova",BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.navbar-light {
 background-color: rgb(85, 51, 85)!important;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
 color: white;
}
.firstHeading {
 text-align: left;
}
a {
color: #370E5E;
}