From 28298d7b488f31f76b76bc7b51b799e436d493d7 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Tue, 21 Jun 2022 15:43:32 +0100 Subject: Change styling on settings --- src/styles/settings.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/styles') diff --git a/src/styles/settings.scss b/src/styles/settings.scss index 236bda860..e0b7d39dd 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -23,6 +23,15 @@ } .theme__dark { + + .settings__hr { + color: rgba($dark-theme-gray, 0.8); + } + + .settings__hr-sections { + color: rgba($dark-theme-text-color, 0.5); + } + .settings-wrapper { background: rgba($dark-theme-black, 0.8); } @@ -36,6 +45,7 @@ .settings__section_header { text-align: center; + margin-bottom: 40px; } .settings__main { @@ -176,9 +186,18 @@ overflow: hidden; background: #fff; } + + .settings__hr { + color: rgba($theme-gray, 0.2); + } + .settings__hr-sections { + color: rgba($theme-gray, 0.4); + } + .settings__section_header { text-align: center; + margin-bottom: 40px; } .settings__settings-group__apply-color { -- cgit v1.2.3-54-g00ecf