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

github.com/nextcloud/activity.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-18 15:36:06 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-18 15:36:06 +0300
commitd4345d3701fa2b1cd126c50bb71a97c6bd876186 (patch)
treed5e845afc8f95ab597ea55425ab0b1b59c0eeca2 /css
parent0a3c0d4d7e00ea944fe67ba9ebf7f920c2048b47 (diff)
Make the headers dark mode compatible
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/settings.scss b/css/settings.scss
index 919a8437..9aa0b84b 100644
--- a/css/settings.scss
+++ b/css/settings.scss
@@ -9,7 +9,7 @@ table.activitysettings th.small {
table.activitysettings th.group-header {
font-size: 1.3em;
- color: $color-black;
+ color: var(--color-main-text);
padding: 0.5em;
}