Jump to content

MediaWiki:Vector.css: Difference between revisions

From GrandPieceOnline Wiki
Created page with "All CSS here will be loaded for users of the Vector skin: a { color: #f8bd49; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* 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 {
a {
color: #f8bd49;
color: #f8bd49;
}
}

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;
}