From ec85f80b35f13fe2ca0d73be79e0468c642881f0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 24 Oct 2019 19:43:30 +0100 Subject: [PATCH] [theme] Fix dark text in dark mode --- themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/theme.css b/themes/default/theme.css index 82bd5a9..eca34d6 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -226,7 +226,7 @@ input[type=submit].large { width: 100%; box-sizing: border-box; padding: 0.5em; .page-list { list-style-type: none; margin: 0.3rem; padding: 0.3rem; } .page-list li:not(.header) { margin: 0.3rem; padding: 0.3rem; } -.page-list li .size { margin-left: 0.7rem; color: rgba(30, 30, 30, 0.5); } +.page-list li .size { margin-left: 0.7rem; color: var(--text-soft); } .page-list li .editor { display: inline-block; margin: 0 0.5rem; } .page-list li .tags { margin: 0 1rem; } .tag-list { list-style-type: none; margin: 0.5rem; padding: 0.5rem; }