Jump to content

MediaWiki:Vector.css: Difference between revisions

From GrandPieceOnline Wiki
No edit summary
No edit summary
 
Line 4: Line 4:
a {
a {
color: #f8bd49;
color: #f8bd49;
}
/* Website-like titles */
h1,h2,h3,h4,h5,h6 {
font-family: "Finger Paint", sans-serif;
font-weight: 400;
font-style: normal;
}
}

Latest revision as of 03:03, 23 October 2025

/* All CSS here will be loaded for users of the Vector skin */
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');

a {
	color: #f8bd49;
}