aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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