aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-21 15:43:32 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-21 20:56:34 +0530
commit28298d7b488f31f76b76bc7b51b799e436d493d7 (patch)
tree80b9e5437d94c0ea3b153162615be8be0280dadb /src/styles
parentFix reload after resume and add idle time setting (#324) (diff)
downloadferdium-app-28298d7b488f31f76b76bc7b51b799e436d493d7.tar.gz
ferdium-app-28298d7b488f31f76b76bc7b51b799e436d493d7.tar.zst
ferdium-app-28298d7b488f31f76b76bc7b51b799e436d493d7.zip
Change styling on settings
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss19
1 files changed, 19 insertions, 0 deletions
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 @@
23} 23}
24 24
25.theme__dark { 25.theme__dark {
26
27 .settings__hr {
28 color: rgba($dark-theme-gray, 0.8);
29 }
30
31 .settings__hr-sections {
32 color: rgba($dark-theme-text-color, 0.5);
33 }
34
26 .settings-wrapper { 35 .settings-wrapper {
27 background: rgba($dark-theme-black, 0.8); 36 background: rgba($dark-theme-black, 0.8);
28 } 37 }
@@ -36,6 +45,7 @@
36 45
37 .settings__section_header { 46 .settings__section_header {
38 text-align: center; 47 text-align: center;
48 margin-bottom: 40px;
39 } 49 }
40 50
41 .settings__main { 51 .settings__main {
@@ -176,9 +186,18 @@
176 overflow: hidden; 186 overflow: hidden;
177 background: #fff; 187 background: #fff;
178 } 188 }
189
190 .settings__hr {
191 color: rgba($theme-gray, 0.2);
192 }
179 193
194 .settings__hr-sections {
195 color: rgba($theme-gray, 0.4);
196 }
197
180 .settings__section_header { 198 .settings__section_header {
181 text-align: center; 199 text-align: center;
200 margin-bottom: 40px;
182 } 201 }
183 202
184 .settings__settings-group__apply-color { 203 .settings__settings-group__apply-color {