diff --git a/_includes/head.html b/_includes/head.html index d433ae7..d154ed7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -41,8 +41,8 @@ .switch { position: relative; display: inline-block; - width: 60px; - height: 34px; + width: 56px; + height: 30px; } .switch input { @@ -66,8 +66,8 @@ .slider:before { position: absolute; content: ""; - height: 26px; - width: 26px; + height: 22px; + width: 22px; left: 4px; bottom: 4px; background-color: white; @@ -76,11 +76,11 @@ } input:checked + .slider { - background-color: #2196F3; + background-color: #d56f2a; } input:focus + .slider { - box-shadow: 0 0 1px #2196F3; + box-shadow: 0 0 1px #d56f2a; } input:checked + .slider:before { diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 18fef9f..00f69a2 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -1,17 +1,21 @@