find
Code: Select all
change both lines
div.rules {
background-color: #620D0D;
color: #E7C292;
}
p.rules {
background-color: #620D0D;
border: 1px solid #620D0D;
background-image: none;
}
Code: Select all
to this
background-color: #620D0D;
Code: Select all
background-color: #000000;