diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-03 17:09:48 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-03 17:09:48 +0200 |
commit | 45594b0f603fa0158f6d44d984a85ea2fe66a8de (patch) | |
tree | f35d47c8c703348346bdd4d0efabd457162ea48d /themes | |
parent | Projects: Add automatic README fetching from the project's github (diff) | |
download | baitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.tar.gz baitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.tar.bz2 baitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.zip |
ToggleIcon: Make cursor on hover be pointer
Diffstat (limited to 'themes')
-rw-r--r-- | themes/researcher/layouts/partials/toggle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/researcher/layouts/partials/toggle.html b/themes/researcher/layouts/partials/toggle.html index 4ef8b86..3cdfa29 100644 --- a/themes/researcher/layouts/partials/toggle.html +++ b/themes/researcher/layouts/partials/toggle.html @@ -1,4 +1,4 @@ -<i id="dark-mode-toggle"></i> +<i id="dark-mode-toggle" style="cursor: pointer;"></i> <script> var toggle = document.getElementById("dark-mode-toggle"); |