aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 20:43:08 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 20:43:08 +0100
commit7a48c07b74a42c03241b1db471fb59c94d6c91c8 (patch)
tree793ac3f363299669fa18429a996b7fcd7dcf391d /src/styles/layout.scss
parentAdd isSystemDarkModeEnabled to AppStore (diff)
downloadferdium-app-7a48c07b74a42c03241b1db471fb59c94d6c91c8.tar.gz
ferdium-app-7a48c07b74a42c03241b1db471fb59c94d6c91c8.tar.zst
ferdium-app-7a48c07b74a42c03241b1db471fb59c94d6c91c8.zip
Polishing & increasing contrast
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 373b29e7d..ebf468cf0 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -9,12 +9,12 @@ html { overflow: hidden; }
9 color: $theme-text-color; 9 color: $theme-text-color;
10 10
11 .sidebar__add-service { 11 .sidebar__add-service {
12 color: $dark-theme-gray-lightest; 12 color: $dark-theme-gray-lighter;
13 background: $dark-theme-gray; 13 background: $dark-theme-gray;
14 } 14 }
15 15
16 .sidebar__button { 16 .sidebar__button {
17 color: $dark-theme-gray-lightest; 17 color: $dark-theme-gray-lighter;
18 font-size: 22px; 18 font-size: 22px;
19 19
20 &:hover, 20 &:hover,