From cbae88fc4e9b98764cfccca2e85f265c4b894573 Mon Sep 17 00:00:00 2001
From: Adam Brangenberg <adambrangenberg@proton.me>
Date: Mon, 31 Jul 2023 04:08:32 +0000
Subject: [PATCH] Removing redundant properties (#356)
---
quartz/components/styles/darkmode.scss | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/quartz/components/styles/darkmode.scss b/quartz/components/styles/darkmode.scss
index 46291d8..10cbc72 100644
--- a/quartz/components/styles/darkmode.scss
+++ b/quartz/components/styles/darkmode.scss
@@ -1,8 +1,8 @@
.darkmode {
- float: right;
- padding: 1rem;
- min-width: 30px;
position: relative;
+ width: 20px;
+ height: 20px;
+ margin: 0 10px;
& > .toggle {
display: none;
@@ -16,7 +16,6 @@
width: 20px;
height: 20px;
top: calc(50% - 10px);
- margin: 0 7px;
fill: var(--darkgray);
transition: opacity 0.1s ease;
}
--
Gitblit v1.10.0