mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Made the border on mini play buttons lighter
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
||||||
--lighterGradientPoint: #1d2635;
|
--lighterGradientPoint: #1d2635;
|
||||||
--borderColor: rgb(71, 80, 92);
|
--borderColor: rgb(71, 80, 92);
|
||||||
|
--lighterBorderColor: rgb(255 255 255 / 20%);
|
||||||
--headerColor: rgba(30, 40, 54, 0.8);
|
--headerColor: rgba(30, 40, 54, 0.8);
|
||||||
--drawerColor: rgba(30, 40, 54, 0.9);
|
--drawerColor: rgba(30, 40, 54, 0.9);
|
||||||
--lighterBorderColor: rgb(255 255 255 / 20%);
|
|
||||||
--selectorBackgroundColor: rgb(55, 65, 81);
|
--selectorBackgroundColor: rgb(55, 65, 81);
|
||||||
--btnDeleteColor: rgb(169, 29, 29);
|
--btnDeleteColor: rgb(169, 29, 29);
|
||||||
--btnDeleteBorderColor: rgb(217, 84, 84);
|
--btnDeleteBorderColor: rgb(217, 84, 84);
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
|
--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%);
|
--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%);
|
--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;
|
--largerRadius: 1.25em;
|
||||||
--largeRadius: 1em;
|
--largeRadius: 1em;
|
||||||
--smallRadius: .5em;
|
--smallRadius: .5em;
|
||||||
@@ -190,7 +191,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
|
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
|
||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--lighterBorderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .portraitCard .cardOverlayButton-br,
|
.layout-mobile .portraitCard .cardOverlayButton-br,
|
||||||
|
Reference in New Issue
Block a user