More actions
Content deleted Content added
Created page with ".home-event .home-card { height: 5rem; } .home-event .home-card__background:after { →* Theme gradient color * FIXME: Find a way to make customize it through wikitext: background: linear-gradient(to right,#101e3c,transparent); }" |
No edit summary |
||
Line 8: | Line 8: | ||
* FIXME: Find a way to make customize it through wikitext |
* FIXME: Find a way to make customize it through wikitext |
||
*/ |
*/ |
||
background: linear-gradient(to right,# |
background: linear-gradient(to right,#ec871047,transparent); |
||
} |
} |
Revision as of 23:41, 10 October 2024
.home-event .home-card {
height: 5rem;
}
.home-event .home-card__background:after {
/*
* Theme gradient color
* FIXME: Find a way to make customize it through wikitext
*/
background: linear-gradient(to right,#ec871047,transparent);
}