diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd4ae4..9f945ba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Open for your feature [requests](https://github.com/femto-code/Rasberry-Pi-Dashb ## Changed - improved error handling of network requests +## [1.1.3] - 2023-09-17 +- updated dependencies +- improvements to theme and layout + - migrated to new bootstrap's own dark mode +- minor changes / bugfixes + ## [1.1.2] - 2023-07-11 - allow permanently changing temperature unit to Fahrenheit diff --git a/css/darkmode.css b/css/darkmode.css deleted file mode 100644 index 809020f..0000000 --- a/css/darkmode.css +++ /dev/null @@ -1,31 +0,0 @@ -@charset "utf-8"; -body, div.bg-light { - background-color: #24292e!important; -} - -footer, .card, .modal-header, .modal-body, .modal-footer, .close, #preload, .multisteps-form__panel { - background-color: #2f363d!important; - color: #fff!important; -} - -hr { - border-top: 1px solid rgba(255, 255, 255, 0.1); -} - -.text-muted, pre, samp { - color: #b1afaf!important; -} - -label, .headline { - color: #fff; -} - -.modal-header, .nav-tabs{ - border-bottom: 1px solid #9e9e9e; -} -.modal-footer{ - border-top: 1px solid #9e9e9e; -} -.modal-content{ - background-color: #4e4e4e; -} diff --git a/index.php b/index.php index feb7604..219b0db 100755 --- a/index.php +++ b/index.php @@ -29,6 +29,7 @@
+ @@ -45,9 +46,8 @@ - - - + +