Template:Town hall navigation/Style.css: Difference between revisions

From Otherkin Wiki
Content added Content deleted
imported>Vagabondsun
(Created page with "a { color:#6AA4B3; } a:visited { color:#574385; } .new a { color:#B62EA3; }")
 
(Jazzhorse changed the content model of the page Template:Town hall navigation/Style.css from "plain text" to "Sanitized CSS": needed to make stylesheet work on pages where template is included)
Tag: content model change
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
a {
.darkbg {
color:#6AA4B3;
color:#fff;
}
}


.darkbg a {
a:visited {
color:#574385;
color:#FFCF61;
}

.new a {
color:#B62EA3;
}
}

Latest revision as of 12:54, 20 August 2023

.darkbg {
	color:#fff;
}

.darkbg a {
	color:#FFCF61;
}