Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 16:37, 3 June 2025 by XPDG (talk | contribs) (Created page with ".section-title { width: 100%; text-align: center; font-weight: var(--font-weight-semibold); line-height: var(--line-height-xs); color: var(--color-emphasized); font-size: var(--font-size-h2); display: inline-block; } .banner-container img { width: 100%; height: 50%; border-radius: var(--border-radius-medium); height: unset; } .card-patreon img { filter: invert(32%) sepia(19%) saturate(5052%) hue-rotate(328deg) brightness(125%) contrast(110%); /*...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.section-title {
	width: 100%;
	text-align: center;
	font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-xs);
    color: var(--color-emphasized);
    font-size: var(--font-size-h2);
    display: inline-block;
}

.banner-container img {
	width: 100%;
	height: 50%;
	border-radius: var(--border-radius-medium);
	height: unset;
}

.card-patreon img {
	filter: invert(32%) sepia(19%) saturate(5052%) hue-rotate(328deg) brightness(125%) contrast(110%); /* https://codepen.io/sosuke/pen/Pjoqqp */
}