Skip to content

Commit

Permalink
feat(theme): shadow fixes, some elements
Browse files Browse the repository at this point in the history
  • Loading branch information
LizAinslie committed Jan 27, 2023
1 parent a2cc576 commit 2e549d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,25 @@ body,
background-color: transparent;
}

/* spotify invite */
.theme-dark .invite-3uuHYQ {
background: var(--theme-section);
}

.theme-dark .preview-3GfI5V {
border: none;
}

/* server header w/o banner */
.header-3OsQeK {
box-shadow: none;
}

/* emoji info guild section */
.guildSection-2Zyzy8 {
background-color: var(--theme-background);
}

/*
.checkboxWrapper-SkhIWG.checked-3_4uQ9 .checkbox-1ix_J3 svg path {
fill: #a97594;
Expand Down

0 comments on commit 2e549d3

Please sign in to comment.