From 95adc27e5024a3f9e422a2db869bf56b7174060a Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 22 May 2025 19:38:26 +0000 Subject: [PATCH] Add custom scss --- assets/scss/partials.sidebar.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/scss/partials.sidebar.scss diff --git a/assets/scss/partials.sidebar.scss b/assets/scss/partials.sidebar.scss new file mode 100644 index 0000000..fea45b8 --- /dev/null +++ b/assets/scss/partials.sidebar.scss @@ -0,0 +1,6 @@ +#i18n-switch { + color: var(--body-text-color); + display: flex; + align-items: center; + gap: var(--menu-icon-separation); +} \ No newline at end of file