[O] Replace hex with var

This commit is contained in:
Hykilpikonna
2019-10-05 13:51:26 -04:00
parent 69cd4ff050
commit c8327f3774
@@ -70,14 +70,14 @@
{ {
.unread-number .unread-number
{ {
background: #ff6c00; background: var(--unread);
color: white; color: white;
box-shadow: 0 0 5px 0 #ff6123; box-shadow: 0 0 5px 0 var(--unread);
} }
.unread-text .unread-text
{ {
color: #ff6c00; color: var(--unread);
} }
} }