aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-21 13:48:33 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-21 13:48:33 +0100
commit5931c8b2f3be5e4f76e4ab046de42713f7cd1e82 (patch)
treee510e0fb7d0b4e73b5eedff00d0fa3ae1059c6fa /src
parentUpdate electron-fetch (diff)
downloadferdium-app-5931c8b2f3be5e4f76e4ab046de42713f7cd1e82.tar.gz
ferdium-app-5931c8b2f3be5e4f76e4ab046de42713f7cd1e82.tar.zst
ferdium-app-5931c8b2f3be5e4f76e4ab046de42713f7cd1e82.zip
Update upgrade dark theme styles
Diffstat (limited to 'src')
-rw-r--r--src/styles/settings.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index c9703ad01..5e7e35fd8 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -68,7 +68,10 @@
68 } 68 }
69 } 69 }
70 70
71 .premium-info { background: lighten($theme-brand-primary, 40%); } 71 .premium-info {
72 background: $dark-theme-gray-darker;
73 border: 2px solid $theme-brand-primary;
74 }
72 .legal { color: $theme-gray-light; } 75 .legal { color: $theme-gray-light; }
73 } 76 }
74 77