aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/badge.scss
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-05-29 21:50:31 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-30 04:56:58 +0530
commite73fe319cffb8409fcf05c0032327006841fa362 (patch)
treedd973c877560c74ab48bcdf520031d43993f1885 /src/styles/badge.scss
parentUniform shadow on Settings dialog (diff)
downloadferdium-app-e73fe319cffb8409fcf05c0032327006841fa362.tar.gz
ferdium-app-e73fe319cffb8409fcf05c0032327006841fa362.tar.zst
ferdium-app-e73fe319cffb8409fcf05c0032327006841fa362.zip
More contrast for settings dialog badges
Makes the service and workspace count badges more readable in the settings dialog.
Diffstat (limited to 'src/styles/badge.scss')
-rw-r--r--src/styles/badge.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/badge.scss b/src/styles/badge.scss
index 728200d03..69879de31 100644
--- a/src/styles/badge.scss
+++ b/src/styles/badge.scss
@@ -4,7 +4,6 @@
4 background: $dark-theme-gray; 4 background: $dark-theme-gray;
5 border-radius: $theme-border-radius-small; 5 border-radius: $theme-border-radius-small;
6 color: $dark-theme-gray-lightest; 6 color: $dark-theme-gray-lightest;
7 margin-right: 10px;
8 7
9 &.badge--primary, 8 &.badge--primary,
10 &.badge--premium { 9 &.badge--premium {