Make the unreleased note type icon dark. Props @cobyism

This commit is contained in:
Parker Moore 2014-02-19 23:11:37 -05:00
parent e491afe294
commit aa801efce9
1 changed files with 3 additions and 3 deletions

View File

@ -964,13 +964,13 @@ code.option, code.flag, code.filter, code.output {
.unreleased:after {
content: "⚒";
color: #ffe9c3;
color: #2b2a12;
position: absolute;
top: 8px;
left: 14px;
left: 15px;
font-size: 38px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
/* Responsive tables */