Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-05 17:00:41 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-05 20:27:34 +0300
commit7f3ac0d441b66332c5e58eb3bfdd5b453265f035 (patch)
treec79640ee2f7dde75a3bfffc1ba90ab048ac9b01d /css
parentbd4c78e1232749a88eb0caca9c226ca70f00d079 (diff)
Fix status styling on active element on mentions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/At.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/At.scss b/css/At.scss
index b473e36eb..f55ffdadd 100644
--- a/css/At.scss
+++ b/css/At.scss
@@ -150,8 +150,8 @@
}
.atwho-cur {
- background: var(--color-primary);
- color: var(--color-primary-text);
+ background: var(--color-primary-light);
+ color: var(--color-main-text);
}
}
}