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