No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
wrestleTitle { | .wrestleTitle { | ||
text-align: center; | text-align: center; | ||
font-weight: var(--font-weight-bold); | font-weight: var(--font-weight-bold); |
Revision as of 11:17, 18 July 2024
/* CSS placed here will be applied to all skins */ .wrestleTitle { text-align: center; font-weight: var(--font-weight-bold); line-height: var(--line-height-xs); font-size: var(--font-size-large); color: #000000; background-color: #ffc500 }