Fix: Made the border on mini play buttons lighter

This commit is contained in:
lscambo13
2025-01-12 20:31:09 +05:30
parent d95a6fbd50
commit 66580799c4

View File

@@ -8,9 +8,9 @@
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
--lighterGradientPoint: #1d2635;
--borderColor: rgb(71, 80, 92);
--lighterBorderColor: rgb(255 255 255 / 20%);
--headerColor: rgba(30, 40, 54, 0.8);
--drawerColor: rgba(30, 40, 54, 0.9);
--lighterBorderColor: rgb(255 255 255 / 20%);
--selectorBackgroundColor: rgb(55, 65, 81);
--btnDeleteColor: rgb(169, 29, 29);
--btnDeleteBorderColor: rgb(217, 84, 84);
@@ -27,6 +27,7 @@
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
--hoverGradientA: linear-gradient(130deg, rgb(255 255 255 / 35%) 20%, rgb(255 255 255 / 15%) 40%);
--hoverGradientB: radial-gradient(100% 250% at 90% 190%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.33) 100%);
--shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
--largerRadius: 1.25em;
--largeRadius: 1em;
--smallRadius: .5em;
@@ -190,7 +191,7 @@ html {
}
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
border: solid var(--borderColor) var(--borderWidth);
border: solid var(--lighterBorderColor) var(--borderWidth);
}
.layout-mobile .portraitCard .cardOverlayButton-br,