[M] Move main color to theme

This commit is contained in:
Hykilpikonna
2019-10-05 14:05:26 -04:00
parent 78fbd342d9
commit 1d63e4865b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,4 +10,5 @@
.theme-default
{
--unread: #ff6c00;
--main: #0c6dad;
}
@@ -22,7 +22,7 @@
{
overflow: hidden;
font-size: 22px;
color: #0c6dad;
color: var(--main);
}
.course-name:hover