User:Idiot/vector.css: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(Created page with "body { background-color: green; color: white; } p { text-shadow: 0px 0px 4px white; }")
 
m (Idiot moved page User:Idiot/common.css to User:Idiot/vector.css: hfnfvmnxmv,)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
color: white;
color: white;
}
}
p {
span, p, h1, h2, h3 {
text-shadow: 0px 0px 4px white;
text-shadow: 0px 0px 4px white;
}
}

Latest revision as of 19:19, 18 February 2024

body {
	background-color: green;
	color: white;
}
span, p, h1, h2, h3 {
	text-shadow: 0px 0px 4px white;
}