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

Template:Ability/styles.css: Difference between revisions

Template page
Content deleted Content added
// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
 
Line 1: Line 1:
.ability-bar-title * {
.ability-bar-title * {
color: var( --color-base );
color: var( --color-base );
}

.es-wording-container .ability-bar-title * {
color: inherit;
}
}

Latest revision as of 07:44, 23 April 2025

.ability-bar-title * {
    color: var( --color-base );
}

.es-wording-container .ability-bar-title * {
    color: inherit;
}