Template:Hatnote/styles.css: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
MediaWiki>Taavi
dark mode support
 
Created page with ".hatnote { font-style: italic; padding-bottom: 0.4em; margin-bottom: 0.4em; border-bottom: 1px solid var( --border-color-subtle, #c8ccd1 ); } .hatnote.no-border { border-bottom: none; }"
(No difference)

Revision as of 22:40, 17 January 2025

.hatnote {
	font-style: italic;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid var( --border-color-subtle, #c8ccd1 );
}
.hatnote.no-border {
	border-bottom: none;
}