diff --git a/VERSION b/VERSION index 428482d..88b47f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Beta-f13a3c1 +Beta-827c9f3 diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 5950096..0434e8a 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -59291,7 +59291,7 @@ Dribbblish.on("ready", () => { OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\` Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\` Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\` - Dribbblish: \`v${"Beta"}-${"f13a3c1"}\` + Dribbblish: \`v${"Beta"}-${"827c9f3"}\` `, data: "Copy", onChange: function () { diff --git a/user.css b/user.css index 4a54540..006fc8f 100644 --- a/user.css +++ b/user.css @@ -243,24 +243,24 @@ letter-spacing: normal; } -button.main-button-primary { +.main-button-primary { color: var(--spice-subtext); background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important; } -button.main-button-primary:hover, button.main-button-primary:active { +.main-button-primary:hover, .main-button-primary:active { background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important; } -button.main-button-primary span { +.main-button-primary span { color: var(--spice-subtext) !important; } -button.main-button-tertiary:not(.main-entityHeader-titleButton) { +.main-button-tertiary:not(.main-entityHeader-titleButton) { color: var(--spice-subtext); background-color: rgba(var(--spice-rgb-selected-row), calc(0.2 + 0.05 * var(--is_light))) !important; } -button.main-button-tertiary:not(.main-entityHeader-titleButton):hover, button.main-button-tertiary:not(.main-entityHeader-titleButton):active { +.main-button-tertiary:not(.main-entityHeader-titleButton):hover, .main-button-tertiary:not(.main-entityHeader-titleButton):active { background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important; } -button.main-button-tertiary:not(.main-entityHeader-titleButton) span { +.main-button-tertiary:not(.main-entityHeader-titleButton) span { color: var(--spice-subtext) !important; } @@ -2124,11 +2124,6 @@ canvas[width="250"][height="250"] { font-size: 10px; } -.encore-bright-accent-set { - --background-highlight: var(--spice-button) !important; - --background-press: var(--spice-button-active) !important; -} - .control-button--active::after { display: none; } \ No newline at end of file