User:PopitTart/vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
font-family: 'Pikmin' !important;
font-family: 'Pikmin' !important;
font-size: 2.5em !important;
font-size: 2.5em !important;
letter-spacing: 0.05em;
letter-spacing: .05em;
color: #d8f0db;
text-shadow: .07em 0 #080, 0 .07em #080, 0 -.07em #080, -.07em 0 #080;
}
}

Revision as of 00:00, August 6, 2024

h1 {
	font-family: 'Pikmin' !important;
	font-size: 2.5em !important;
	letter-spacing: .05em;
	color: #d8f0db;
	text-shadow: .07em 0 #080, 0 .07em #080, 0 -.07em #080, -.07em 0 #080;
}