diff --git a/css/themes.css b/css/themes.css index ab3c56c620..ba167017e8 100644 --- a/css/themes.css +++ b/css/themes.css @@ -1,3 +1,23 @@ +/* Theme DropDown Styling */ + +#themedropdown{ + background-color: transparent; + box-shadow: none; + display: flex; + transform: translateX(-25%) !important; +} + +#themedropdown a{ + color: #2196F3; + transition: all 0.3s ease; +} +#themedropdown a:hover{ + color: #1E88E5; + background-color: transparent; + transition: all 0.3s ease; +} + + /* Dark Mode */ .dark .blue { @@ -39,19 +59,6 @@ color: white !important; } - .dark .dropdown-content li > a { - background-color: #1c1c1c; - color: #3fe0d1; - } - - .dark .dropdown-content li > a:hover { - color: #252525; - } - - .dark .dropdown-content { - background-color: #1c1c1c; - } - .dark .language-link { color: #fff; } diff --git a/index.html b/index.html index e94b806292..04f1c9cfdf 100644 --- a/index.html +++ b/index.html @@ -781,7 +781,7 @@ class="tooltipped dropdown-trigger" data-position="left" data-activates="themedropdown" - >brightness_4brightness_7
  • @@ -921,9 +921,9 @@
  • -