Template:Main page/event/styles.css: Difference between revisions
Template page
More actions
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 difference)
|
Latest revision as of 20:55, 18 December 2023
.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);
}