fix: show active on dark theme

master
Maik de Kruif 1 week ago
parent ba1077b0c8
commit 9da5c9936a
No known key found for this signature in database
GPG Key ID: 7B9B7B86837B5E7E
  1. 6
      themes/maik-blog/assets/scss/_post.scss

@ -205,11 +205,15 @@
}
&.active {
background: darken($light-background-secondary, 25%);
background: darken($light-background-secondary, 20%);
}
.dark-theme & {
background: $dark-background-secondary;
&.active {
background: lighten($dark-background-secondary, 22%);
}
}
+ .button {

Loading…
Cancel
Save