Xeverything11 (talk | contribs)
expand
Xeverything11 (talk | contribs)
m CSS tweaks
Line 18: Line 18:
     text-transform: lowercase;
     text-transform: lowercase;
}
}
.rc-header a {color: inherit;}


.rc-unpatrolled {
.rc-unpatrolled {

Revision as of 08:20, 23 June 2025

.rc-container {
    border: 1px solid var(--color-primary1);
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 4px;
    font-size: 1rem;
}


.rc-header {
    background-image: var(--color-primary-gradient);
    color: white;
    border-radius: 3px 3px 0 0;
    margin: -1rem -1rem 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: lowercase;
}

.rc-header a {color: inherit;}

.rc-unpatrolled {
	float: right;
	font-size: 1.2rem;
	margin: 0 0 0.2rem 0.2rem;
}