MediaWiki: Tweeki.css: Difference between revisions
From DivNull RPG
								No edit summary  | 
				No edit summary  | 
				||
| Line 3: | Line 3: | ||
}  | }  | ||
.  | mw-navigation {  | ||
 background-color: rgba(85, 51, 85, 0.5);  | |||
 color: white;  | |||
}  | |||
.firstHeading {  | |||
  text-align: left;  |   text-align: left;  | ||
}  | }  | ||
Revision as of 02:47, 24 December 2023
body {
  font-family: "proxima-nova",'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}
mw-navigation {
 background-color: rgba(85, 51, 85, 0.5);
 color: white;
}
.firstHeading {
 text-align: left;
}
a {
color: #370E5E;
}