Skip to content

Commit

Permalink
fix: better discord blue button color
Browse files Browse the repository at this point in the history
  • Loading branch information
accrazed committed Nov 18, 2024
1 parent bcf7ede commit aba4abd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 6 additions & 2 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,8 +3212,7 @@ strong {

.background_a26d7b {
fill: var(--color-low);
-webkit-clip-path: circle(37% at center);
clip-path: circle(37% at center);
clip-path: circle(37% at center);
}

.svg_a26d7b {
Expand Down Expand Up @@ -5731,6 +5730,11 @@ foreignObject[mask="url(#svg-mask-status-offline)"] .status_c7d26b {
color: var(--color-alert);
}

.container_da1432 {
background-color: var(--color-high);
background-image: none !important;
}

.theme-dark .notches_e5cdf3.gray_e5cdf3 {
border: 1px solid var(--color-low);
}
Expand Down
3 changes: 3 additions & 0 deletions src/app/_better-discord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
.bd-server-card:hover {
@include boxify($high, $mid, 5px);
}
.bd-controls > .bd-addon-button svg {
fill: $high;
}
5 changes: 5 additions & 0 deletions src/settings/_settings-user-profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@
.theme-dark .lookLink-15mFoz.colorPrimary-2AuQVo {
color: $alert;
}

.container_da1432 {
background-color: $high;
background-image: none !important;
}

0 comments on commit aba4abd

Please sign in to comment.