Skip to content

Commit

Permalink
fix: light mode blue gradients removed
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Mar 28, 2024
1 parent 349a419 commit 35b7145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/styles/rewards/light-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
background-color: #fff;
}
background #grid {
opacity: 0.33;
filter: invert(1);
}
table tbody,
Expand All @@ -65,10 +64,11 @@
border: 1px solid var(--light-mode-border-color);
background-color: var(--light-mode-background-color-default);
}
.gradient {
.grid-loaded background .gradient {
opacity: 0;
animation: none;
}

#carousel > div:hover {
color: #000;
}
Expand Down

0 comments on commit 35b7145

Please sign in to comment.