about summary refs log tree commit diff
path: root/themes/researcher
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-03 17:09:48 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-03 17:09:48 +0200
commit45594b0f603fa0158f6d44d984a85ea2fe66a8de (patch)
treef35d47c8c703348346bdd4d0efabd457162ea48d /themes/researcher
parentProjects: Add automatic README fetching from the project's github (diff)
downloadbaitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.tar.gz
baitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.tar.bz2
baitinq.ml-45594b0f603fa0158f6d44d984a85ea2fe66a8de.zip
ToggleIcon: Make cursor on hover be pointer
Diffstat (limited to 'themes/researcher')
-rw-r--r--themes/researcher/layouts/partials/toggle.html2
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");