Template:Hatnote/styles.css

From Flexible Survival
Revision as of 17:58, 22 May 2025 by Syntax McBucketface (talk | contribs) (Syntax McBucketface changed the content model of the page Template:Hatnote/styles.css from "wikitext" to "Sanitized CSS")
Jump to navigationJump to search
.hatnote {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
	background: var( --color-surface-2 );
	border-radius: 16px;
	color: var( --color-base--subtle );
	font-size: 0.875rem;
	line-height: 1.4;
}

.hatnote-icon img {
	width: 14px;
	height: auto;
	margin-right: 10px;
	opacity: 50;
}