Browse Source

gentoochan.css fix: .post-hover hard to read with low opacity

pull/40/head
Michael Foster 11 years ago
parent
commit
ce21a772de
  1. 9
      stylesheets/gentoochan.css

9
stylesheets/gentoochan.css

@ -19,9 +19,12 @@ a.post_no {
color: #ccc;
}
div.post.reply, input, textarea {
background: rgba(0, 0, 0, 0.1)!important;
border: 1px solid rgba(0, 0, 0, 0.2)!important;
border-radius: 2px !important;
background: rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px;
}
div.post.reply.post-hover {
background: rgba(200, 200, 200, 0.85);
}
div.post.reply.highlighted {
background: #f0c0b0;

Loading…
Cancel
Save