.content form[action="/settings/preferences/appearance"]::before {
	display: block;
	padding: 0 0 20px 0;
	white-space: pre-wrap;
	content: '🥪🐘 To activate the current novelty theme, choose Contrast: High, switch ON “Use system’s default font”, and switch OFF “Reduce motion in animations“\A(So if you want normal high contrast and system font, you can just switch on reduced motion too to avoid the novelty theme)';
}


html.system-font.no-reduce-motion[data-contrast="high"] #mastodon {
font-family: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Droid Sans Mono', 'Consolas', 'Lucida Console', monospace;
letter-spacing: -0.05em;
}
html.system-font.no-reduce-motion[data-contrast="high"] #mastodon::after {
content: '';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #80FF80 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAFklEQVR42mNgMCYACSugHIy6YbC4AQCMgxmBP1VyPwAAAABJRU5ErkJggg==');
background-size: 8px 8px;
mix-blend-mode: color-burn;
z-index: 100000;
pointer-events: none;
}


