From 2539e9f0aec1a54dae2646d8a02d27d71c660966 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 23 Mar 2024 15:23:26 +0100 Subject: Allow light/dark/auto rather than just light/dark for theme Replaces the theme switcher in the nav bar with a less intrusive link at the bottom. Closes #125 --- sass/src/common/local.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass') diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index 244da6a..5a5adda 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -7,6 +7,10 @@ cursor: pointer; } +.config a { + cursor: pointer; +} + .navbar-fixed { z-index: 1001; } -- cgit v1.2.3