Make the unreleased note type icon dark. Props @cobyism
This commit is contained in:
parent
e491afe294
commit
aa801efce9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue