Skip to content

Commit

Permalink
fix: profile icon background color
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheMagnus committed Sep 18, 2022
1 parent 3a63654 commit ebe71ed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ main, .bg-white {
fill: var(--light-element) !important;
}

.icon-dark-white > *[fill].icon-dark {
fill: var(--dark-background) !important;
}

.icon-light-gray-50 > *[fill].icon-light {
.icon-dark-white > *[fill].icon-dark, *[fill].icon-dark-gray-500, .icon-light-gray-50 > *[fill].icon-light {
fill: var(--dark-background) !important;
}

Expand Down Expand Up @@ -70,4 +66,4 @@ main, .bg-white {

.text-indigo-500 {
color: var(--highlight) !important;
}
}

0 comments on commit ebe71ed

Please sign in to comment.