From cd9a3b195c0e7db0496175ab2d50992a27c3fbf7 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 5 Feb 2022 14:08:10 +0300 Subject: Fixed icon theme #25 --- src/pages/stylesheets/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 1f39d109..7cf0fe1e 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -304,7 +304,7 @@ body.light-theme textarea:focus { outline: none; } -body.light-theme a{ +body.light-theme a { color: black; } @@ -448,6 +448,10 @@ button.default { cursor: pointer; } +button.default svg { + color: var(--text); +} + @media (prefers-color-scheme: light) { body { --text: #000; -- cgit 1.4.1