fixed accent build error

pull/2303/head
REJack 2019-10-03 13:26:35 +02:00
parent 81e3dd0eab
commit c22642766e
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@
// Accent Variant
@mixin accent-variant($name, $color) {
&.accent-#{$name} {
.accent-#{$name} {
$link-color: $color;
$link-hover-color: darken($color, 15%);
$pagination-active-bg: $color;