fix(anilist): overylay text (#168)

This commit is contained in:
Isabel 2023-08-13 12:53:37 +01:00 committed by GitHub
parent e6bdcbe236
commit 87edcdc1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,6 @@
& when not (@lookup =latte) {
--color-blue-dim: #rgbify(darken(@color, 10%)) [ @rgb-raw];
}
--color-overlay: @crust;
.progress .bar {
background: linear-gradient(270deg, darken(@color, 10%), @color);
}
@ -760,7 +759,6 @@
& when not (@lookup =latte) {
--color-blue-dim: #rgbify(darken(@color, 10%)) [ @rgb-raw];
}
--color-overlay: @crust;
.progress .bar {
background: linear-gradient(270deg, darken(@color, 10%), @color);
}