| No edit summary | No edit summary Tag: Reverted | ||
| Line 8: | Line 8: | ||
|    color:#000000;   |    color:#000000;   | ||
|    background-color:#ffc500; |    background-color:#ffc500; | ||
| } | |||
| h1 { | |||
|   color: black; | |||
|   background: yellow; | |||
|   font-size: 200% | |||
| } | } | ||
Revision as of 10:48, 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;
}
h1 {
  color: black;
  background: yellow;
  font-size: 200%
}
