From a03f248319a982926788c5a72356eec408dc66fd Mon Sep 17 00:00:00 2001
From: bb1950328 <bb1950328@gmail.com>
Date: Wed, 27 Jan 2021 15:33:04 +0000
Subject: [PATCH] light/dark mode switch improvements and bugfix in search index (#29)

---
 assets/sass/_components.sass |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/assets/sass/_components.sass b/assets/sass/_components.sass
index 5837566..3caf39b 100644
--- a/assets/sass/_components.sass
+++ b/assets/sass/_components.sass
@@ -271,4 +271,13 @@
       transform: scale(1.67)
       transform-origin: 50% 50%
       transition: transform 0.5s cubic-bezier(.19,1,.22,1)
-      will-change: transform
\ No newline at end of file
+      will-change: transform
+
+  &_icon
+    height: 1rem
+    width: 1rem
+    margin: 0
+    z-index: 4
+    position: absolute
+    transform: translateY(-50%)
+    transition: transform 0.5s cubic-bezier(.19,1,.22,1)
\ No newline at end of file

--
Gitblit v1.10.0