|
|
@@ -16,7 +16,7 @@
|
|
|
*/
|
|
|
header.affix {
|
|
|
.logo-mark {
|
|
|
- fill: $bgcolor-theme;
|
|
|
+ fill: theme-color('primary');
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -72,8 +72,8 @@ header.affix {
|
|
|
.admin-page {
|
|
|
#themeOptions {
|
|
|
.theme-option-container.active a {
|
|
|
- background-color: lighten($bgcolor-theme, 20%);
|
|
|
- border-color: lighten($bgcolor-theme, 20%);
|
|
|
+ background-color: lighten(theme-color('primary'), 20%);
|
|
|
+ border-color: lighten(theme-color('primary'), 20%);
|
|
|
}
|
|
|
}
|
|
|
}
|