Skip to content

Commit

Permalink
Fix history icon hover and transition on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien authored Jun 25, 2024
2 parents 31818d1 + 2ed09a2 commit 1337708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start-client/src/styles/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ body.dark {

#side-left .navigation-item {
color: white;
transition: all 0.15s;
&:hover {
opacity: 0.7;
}
}

#side-right .side-container {
Expand Down

0 comments on commit 1337708

Please sign in to comment.