[M] Move main color to theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user