From b7a619bbd73f9220f8c1fcbad203792c78343464 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 12 Jul 2022 21:37:10 +0000
Subject: [PATCH] fix: tabsize not being respected
---
assets/styles/custom.scss | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/assets/styles/custom.scss b/assets/styles/custom.scss
index 612b80a..54dbace 100644
--- a/assets/styles/custom.scss
+++ b/assets/styles/custom.scss
@@ -9,6 +9,7 @@
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
+ --million-progress-bar-color: var(--secondary);
}
[saved-theme="dark"] {
--
Gitblit v1.10.0