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