More actions
Content deleted Content added
XPDG changed the content model of the page User:XPDG/styles.css from "CSS" to "Sanitized CSS": must have content model "Sanitized CSS" for TemplateStyles (current model is "CSS"). |
No edit summary |
||
Line 10: | Line 10: | ||
.banner-container img { |
.banner-container img { |
||
width: |
width: 100%; |
||
height: 50%; |
|||
border-radius: var(--border-radius-medium); |
border-radius: var(--border-radius-medium); |
||
height: unset; |
height: unset; |
Revision as of 16:47, 3 June 2025
.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%;
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 */
}