Template:Fuga.css

From Little Tail Wiki
Revision as of 16:12, 7 March 2025 by Zoltier (talk | contribs) (Zoltier changed the content model of the page Template:Fuga.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/* Module:Tabber */
.tabcontainer .tab:hover {
    background-color: var(--fg2, #EFDEB9);
    background-image: linear-gradient(var(--fg2, #EFDEB9), var(--fg4, #6C2C2F));
}
.tabcontainer .tab.active {
    background-color: var(--fg, #DDC295);
    background-image: linear-gradient(var(--fg, #DDC295), var(--fg3, #9D7354));
}