aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
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,