[M] Move main color to theme
This commit is contained in:
@@ -10,4 +10,5 @@
|
|||||||
.theme-default
|
.theme-default
|
||||||
{
|
{
|
||||||
--unread: #ff6c00;
|
--unread: #ff6c00;
|
||||||
|
--main: #0c6dad;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
{
|
{
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #0c6dad;
|
color: var(--main);
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-name:hover
|
.course-name:hover
|
||||||
|
|||||||
Reference in New Issue
Block a user