Template:Hatnote/styles.css: Difference between revisions

From Ymirheim Wiki
m (Protected "Template:Hatnote/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 8: Line 8:
.hatnote.no-border {
.hatnote.no-border {
border-bottom: none;
border-bottom: none;
}
body.theme-ymirheim-dark .hatnote,
body.theme-ymirheim.prefers-color-scheme-dark .hatnote {
color: #aaa;
}
}

Revision as of 18:22, 13 July 2024

.hatnote {
	font-style: italic;
	padding-left: 1.6em;
	margin-bottom: 0.4em;
	color: #555;
	border-bottom: 1px solid #ccc;
}
.hatnote.no-border {
	border-bottom: none;
}

body.theme-ymirheim-dark .hatnote,
body.theme-ymirheim.prefers-color-scheme-dark .hatnote {
	color: #aaa;
}