Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/event/styles.css

Template page
Revision as of 00:05, 3 May 2024 by Aquasoil (talk | contribs) (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); }")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
.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);
}