Skip to content

Commit

Permalink
change highlight color for dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 5, 2022
1 parent 6005b86 commit 4b76742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/frontend/src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
background-color: #242b38 !important;

.mat-icon {
color: #6f4315 !important;
color: #0694a2 !important;
}

.text-secondary {
color: rgb(203 101 37 / 70%) !important
color: #0694a2 !important
}
}
}

0 comments on commit 4b76742

Please sign in to comment.