Browse Source

div.banner a

pull/40/head
pat-90 7 years ago
committed by GitHub
parent
commit
0812e3359e
  1. 5
      stylesheets/gurochan.css

5
stylesheets/gurochan.css

@ -31,13 +31,16 @@ form table tr th {
border: 1px solid #CA927B;
padding: 2px 5px 2px 5px;
}
div.banner {
div.banner{
background: #D9AF9E;
border: 1px solid #CA927B;
color: black;
font-weight: bold;
padding: 2px 5px 2px 5px;
}
div.banner a{
color: black;
}
div.post.reply{
padding: 2px 5px 2px 5px;
background:#D9AF9E;

Loading…
Cancel
Save