diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-23 15:23:26 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-23 15:23:26 +0100 |
commit | 2539e9f0aec1a54dae2646d8a02d27d71c660966 (patch) | |
tree | a15b43bbe37db4e9a77995ff0d8245d66e117165 /sass/src | |
parent | 150c5a137f8c34faf6936c8c64a4949224c319c9 (diff) |
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
Diffstat (limited to 'sass/src')
-rw-r--r-- | sass/src/common/local.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |