Skip to content

Commit

Permalink
Make the NSFW warning tag subtler, pass 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Jun 22, 2011
1 parent 5b9de9c commit 7f16403
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions r2/r2/public/static/css/reddit.css
Original file line number Diff line number Diff line change
Expand Up @@ -2483,12 +2483,11 @@ form input[type=radio] {margin: 2px .5em 0 0; }
}

.nsfw-stamp acronym {
color: #f55;
color: #ac3939;
font-size: x-small;
font-weight: bold;
text-decoration: none;
padding: 0 2px;
border: 1px solid #faa !important;
border: 1px solid #d27979 !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
Expand Down

0 comments on commit 7f16403

Please sign in to comment.