Template:Hatnote/styles.css: Difference between revisions

From Hololive Fan Wiki
(class for no border)
m (2 revisions imported from mw:Template:Hatnote/styles.css)
(No difference)

Revision as of 13:41, 20 January 2023

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