Update style.css

This commit is contained in:
Visman 2023-08-30 08:29:43 +07:00
parent 09da9ff6a6
commit c3a4ceb1c3

View file

@ -8,6 +8,7 @@
--bg-fh1: hsl(220, 5%, 12%);
--br-fh1: hsl(0, 0%, 80%);
--c-icon-sub: hsl(0, 0%, 70%);
--c-icon-new: hsl(50, 100%, 50%);
--c-focus: hsl(220, 5%, 12%);
--bg-focus: hsl(50, 100%, 50%);
--bg-post-h: hsl(0, 20%, 26%);
@ -1343,6 +1344,7 @@ body,
#fork .f-fnew .f-ficon::before {
font-weight: 900;
content: "\f15b"; /* "\f086"; */
color: var(--c-icon-new);
}
#fork .f-fredir .f-ficon::before {