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

Commit

Permalink
Change switch border to match navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
McCaulay committed Oct 23, 2020
1 parent 36509de commit 2d9c0a7
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 2d9c0a7

Please sign in to comment.