Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from McCaulay/fix/switch-css
Browse files Browse the repository at this point in the history
Change switch border to match navbar
  • Loading branch information
saleem-hadad authored Oct 24, 2020
2 parents 36509de + 2d9c0a7 commit 9cf48af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,10 @@ table tr:hover, table td:hover, table th:hover {
border: none;
background-color: var(--sidebar);
}

/**************************************/
/*************** Switch **************/
/**************************************/
.switch-label {
border-color: var(--navbar);
}

0 comments on commit 9cf48af

Please sign in to comment.