diff --git a/README.md b/README.md index 82756a2..3ad66ec 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This will be a dashboard hosted on my homeserver with self-hosted stuff. But, fo - [ ] Security screen on/off - [ ] CSS global color variables for easier theming - [ ] Fix blur flicker on showing/hiding pages -- [ ] Open in new tab setting +- [x] Open in new tab setting - [ ] Better icon colors in 'More' page - [ ] Minor code optimizations diff --git a/css/main.css b/css/main.css index 0bed87c..a9d152c 100644 --- a/css/main.css +++ b/css/main.css @@ -353,7 +353,7 @@ a.box { padding: 12px; text-align: left; cursor: pointer; - transition: background .2s, box-shadow .2s; + transition: background .2s, box-shadow .2s, color .2s; } .setting:hover { background: #DDD8; @@ -369,7 +369,6 @@ a.box { color: #EEE; background: #56F; box-shadow: 2px 2px 8px #56F8; - transition: all .2s; } .hostedby { font-size: 13px; diff --git a/index.html b/index.html index 3f1a675..2feeba9 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@