about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/local_settings.scss
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-05-06 11:32:42 -0400
committerGitHub <noreply@github.com>2018-05-06 11:32:42 -0400
commit06770656ebe36191a5f60895af187fb347e13510 (patch)
treede3217e4b36eb8d53887d9488277a6a6ee52fa2d /app/javascript/flavours/glitch/styles/components/local_settings.scss
parente56639258a0d12a7ca3cfcfe528da441341e78eb (diff)
parent65349bc155b4e3fb99721758944e19dd5af31489 (diff)
Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables
Add text color variables + minor SCSS fixes + high contrast skin
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/local_settings.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/local_settings.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/local_settings.scss b/app/javascript/flavours/glitch/styles/components/local_settings.scss
index 16c8cf003..9e1606e99 100644
--- a/app/javascript/flavours/glitch/styles/components/local_settings.scss
+++ b/app/javascript/flavours/glitch/styles/components/local_settings.scss
@@ -3,7 +3,7 @@
   display: flex;
   flex-direction: row;
   background: $ui-secondary-color;
-  color: $ui-base-color;
+  color: $inverted-text-color;
   border-radius: 8px;
   height: 80vh;
   width: 80vw;
@@ -58,8 +58,8 @@
 }
 
 .glitch.local-settings__navigation {
-  background: $primary-text-color;
-  color: $ui-base-color;
+  background: $simple-background-color;
+  color: $inverted-text-color;
   width: 200px;
   font-size: 15px;
   line-height: 20px;