[+] Change color of unread text as well

This commit is contained in:
Hykilpikonna
2019-10-05 13:43:32 -04:00
parent 0c91b1b598
commit d47bae00ff
@@ -72,14 +72,20 @@
color: white;
box-shadow: 0 0 5px 0 #ff6123;
}
.unread-text
{
color: #ff6c00;
}
}
.course-updates.none
{
color: #999999;
.unread-number
{
background: #eeeeee;
color: #999999;
}
}
}