Make the icon for the unreleased note brighter
This commit is contained in:
parent
b051936ff4
commit
e491afe294
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue