Skip to content

Commit

Permalink
Remove topic text shadowing on "Simplified Inverted"
Browse files Browse the repository at this point in the history
It makes topic look terrible on this theme
  • Loading branch information
kylef committed Mar 14, 2012
1 parent 20d54d9 commit 786c7a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Resources/Styles/Simplified Inverted/design.css
Expand Up @@ -80,9 +80,8 @@ a:hover {
position: fixed;
background: #302B22;
padding: 2px 0.5em 3px;
text-shadow: 1px 1px #F2F2F2;
border-bottom: 1px solid #7C7849;
-webkit-box-shadow: 0 1px 5px #888888;
box-shadow: 0 1px 5px #888888;
}

#topic_bar a {
Expand Down Expand Up @@ -475,4 +474,4 @@ body .inline_nickname[colornumber='30'] {
.effect[bgcolor-number='12'] { background-color: #0000ff; }
.effect[bgcolor-number='13'] { background-color: #ff00ff; }
.effect[bgcolor-number='14'] { background-color: #888888; }
.effect[bgcolor-number='15'] { background-color: #cccccc; }
.effect[bgcolor-number='15'] { background-color: #cccccc; }

0 comments on commit 786c7a1

Please sign in to comment.