Skip to content

Commit

Permalink
v1-27
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Feb 25, 2025
1 parent 5473bfc commit 42f36b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons/EvenMoreColors/selectors.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ div.link__2ea32[class*="modeSelected_"]:before {
-webkit-animation: RGB_BG var(--ColorTime) linear infinite !important;
}

.bd-addon-views .bd-view-button.selected,
.bd-button-filled.bd-button-color-brand,
.dragInner__87847,
.rowDivider_cb32c7,
.channelAttachmentArea_b77158+.divider__908e2,
Expand Down
23 changes: 21 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root {
--version: "1-26"; /* 0-00 */
--version: "1-27"; /* 0-00 */
--currentVersion: "WizardUI v" var(--version);
/* MAIN VARIABLES */
--AppName: "DISCORD";
Expand Down Expand Up @@ -4133,10 +4133,16 @@ foreignObject[mask="url(#svg-mask-voice-user-summary-item)"] {
}

.bd-button,
.bd-addon-views .bd-view-button.selected {
.bd-addon-views .bd-view-button.selected,
.bd-button-filled.bd-button-color-brand {
background-color: var(--Primary);
}

.bd-button:hover,
.bd-button-filled.bd-button-color-brand:hover {
opacity: 0.75;
}

.bd-button.bd-button-danger {
background-color: var(--ui-error);
}
Expand Down Expand Up @@ -4812,6 +4818,7 @@ div[class^=folderIconWrapper],
transform: none !important;
}

.theme-dark .bd-addon-store-card,
.lookFilled-1GseHa.select-1Ia3hD,
.itemCard__7e549.wrapper__00943,
.wrapper_d5f3cd,
Expand Down Expand Up @@ -6667,4 +6674,16 @@ path[d="M4.16667 8.33333V5.83333H5.83333V8.33333H7.91667V5H9.16667L5 1.25L0.8333
svg>foreignObject[mask="url(#svg-mask-squircle)"] {
mask: none;
-webkit-mask: none;
}

.bd-addon-store-card-tag {
background: var(--darkgrey5);
border: 1px solid transparent;
padding: 2px 5px;
border-radius: 5px;
}

.bd-addon-store-card-badge {
background: var(--ui-error);
border-radius: 5px;
}

0 comments on commit 42f36b8

Please sign in to comment.