Difference between revisions of "User:RonaldMcDonald/RMD.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (white not black)
m (red)
Tag: Reverted
Line 25: Line 25:
   a{
   a{
     color: white;
     color: white;
  }
  .mw-minuspos-neg{
    color: red;
   }
   }

Revision as of 11:00, 3 September 2022


  .mw-body-content {
    background: black;
    color: red;
    font-weight: bold;
  }
  body{
    background: black;
  }
  h1{
    color: yellow;
    background: red;
  }
  h2, h3, h4, h5, h6{
    color: red;
  }
  .catlinks{
    background: black;
    width: 20%;
    float: right;
    margin-top: -3em;
    border: none;
    color: white;
  }
  a{
    color: white;
  }
  .mw-minuspos-neg{
    color: red;
  }