diff --git a/templates.html b/templates.html index 66d2b90..a4bd929 100755 --- a/templates.html +++ b/templates.html @@ -15,11 +15,6 @@ background: white; box-shadow: 5px 5px 200px 0px silver; padding: 10px; - - /* - overflow: auto; - max-height: 600px; - */ } .container .page-box { @@ -79,13 +74,14 @@ background: white; width: 20px; height: 20px; - top: 10px; - right: 10px; + top: 5px; + right: 5px; overflow: hidden; border: solid white 2px; box-shadow: 3px 3px 20px 0px gray; } + .container .light.theme-toggle div, .container .theme-toggle div { position: absolute; @@ -101,10 +97,12 @@ -ms-transform: rotate(45deg); transform: rotate(45deg); } + .container .dark.theme-toggle { border: solid black 2px; background: black; } + .container .dark.theme-toggle div { background: white; } @@ -133,7 +131,7 @@ function addThemeToggleZones(){ $('