Skip to content

Commit

Permalink
night mode better icon display opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Feb 3, 2020
1 parent 17ddd9a commit 0020e37
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/styles/dark_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ $card-white-overlay-transparency: 16%;
}

td {
i {
font-weight: lighter;
opacity: 40%;
// display: none !important;
}

& > span,
& > div {
opacity: $text-high-emphasis-opacity;
Expand All @@ -68,10 +74,6 @@ $card-white-overlay-transparency: 16%;
// font-weight: lighter;
}
}

i {
display: none;
}
}

.card {
Expand Down

0 comments on commit 0020e37

Please sign in to comment.