MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
body {
background-color: #1d1d1d;
}
.navbar {
background-color: #111111!important;
box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%);
}
#page-content {
background-color: #111111;
}
a {
a {
color: #5a93cc;
color: #5a93cc;

Revision as of 19:04, 21 October 2023

body {
	background-color: #1d1d1d;
}

.navbar {
	background-color: #111111!important;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 40%);
}

#page-content {
	background-color: #111111;
}

a {
	color: #5a93cc;
	text-decoration: none;
}

a:hover {
	color: #5a93cc;
	text-decoration: underline;
}

a.new {
	color: #a63232;
	text-decoration: none;
}

a.new:hover {
	color: #a63232;
	text-decoration: underline;
}

.printfooter {
	display: none;
}