Skip to content

Commit

Permalink
these were important
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Jul 1, 2024
1 parent 6859b61 commit cc31f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
}

.file-modified {
color: darkorange;
color: darkorange !important;
}

.file-solution.file-modified {
color: light-dark(darkblue, skyblue);
color: light-dark(darkblue, skyblue) !important;
}

.file-added {
color: light-dark(darkgreen, limegreen);
color: light-dark(darkgreen, limegreen) !important;
}

0 comments on commit cc31f82

Please sign in to comment.