Make the icon for the unreleased note brighter

This commit is contained in:
Troy Swanson 2014-02-17 16:45:35 -05:00 committed by Parker Moore
parent b051936ff4
commit e491afe294
1 changed files with 4 additions and 4 deletions

View File

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