about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/features/local_settings/navigation/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/themes/glitch/features/local_settings/navigation/style.scss')
-rw-r--r--app/javascript/themes/glitch/features/local_settings/navigation/style.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/javascript/themes/glitch/features/local_settings/navigation/style.scss b/app/javascript/themes/glitch/features/local_settings/navigation/style.scss
deleted file mode 100644
index 0336f943b..000000000
--- a/app/javascript/themes/glitch/features/local_settings/navigation/style.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-@import 'styles/mastodon/variables';
-
-.glitch.local-settings__navigation {
-  background: $primary-text-color;
-  color: $ui-base-color;
-  width: 200px;
-  font-size: 15px;
-  line-height: 20px;
-  overflow-y: auto;
-}