aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/_global_variables.scss')
-rw-r--r--src/client/views/_global_variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss
index 5ed767258..5ccb76320 100644
--- a/src/client/views/_global_variables.scss
+++ b/src/client/views/_global_variables.scss
@@ -1,4 +1,5 @@
$light-color: #FCFBF7;
+$light-color-secondary: rgb(241, 239, 235);
$dark-color: #121721;
-$dark-emphasis: #61AAA3;
-$light-emphasis: #AFCBFF; \ No newline at end of file
+$dark-accent: #61AAA3;
+$light-accent: #AFCBFF; \ No newline at end of file