diff --git a/resources/css/dark.css b/resources/css/dark.css index 4d56aef..d56b4c3 100755 --- a/resources/css/dark.css +++ b/resources/css/dark.css @@ -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); +}