Skip to content

Commit

Permalink
Merge pull request #152 from H4TK1D/small-patches
Browse files Browse the repository at this point in the history
Small patches
  • Loading branch information
refact0r authored Nov 20, 2024
2 parents 59f9e9f + 8f78544 commit 9a01612
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ button.button_dd4f85 /* small buttons */,
background-color: var(--idle-indicator) !important;
}


/* custom dm button moon icon */
.childWrapper_f90abb > svg:not(.favoriteIcon_dcc7a4) {
display: var(--discord-icon);
Expand Down Expand Up @@ -939,13 +938,18 @@ button.button_f67531 /* make user panel buttons round */ {
}

/* fix discovery icon */
.footer_aa1bff {
.footer_f8ec41 {
background: var(--bg-overlay-app-frame, var(--bg-4));
}
.fixedDiscoveryIcon_fea3ef {
color: var(--green-360);
}

/* fix bottom left user profile corner roundness */
.inner_c69a7b.panel_c69a7b {
border-radius: 0 0 var(--roundness-xl) var(--roundness-xl);
}

.theme-light {
--text-link: var(--accent-5);
}
Expand Down

0 comments on commit 9a01612

Please sign in to comment.