[-] Remove drop shadow

This commit is contained in:
Hykilpikonna
2019-10-05 14:10:26 -04:00
parent 1a09c7311e
commit 97818c45f5
@@ -81,13 +81,11 @@
{ {
background: var(--unread); background: var(--unread);
color: white; color: white;
box-shadow: 0 0 5px 0 var(--unread);
} }
.unread-text .unread-text
{ {
color: var(--unread); color: var(--unread);
text-shadow: 0 0 3px var(--unread);
} }
} }