Lucien Cartier-Tilet: 1 Fix dark theme 1 files changed, 2 insertions(+), 3 deletions(-)
Bastien <bzg@gnu.org> writes:
Lucien Cartier-Tilet <lucien@phundrak.com> writes:
Hi Lucien, Lucien Cartier-Tilet <lucien@phundrak.com> writes:
Copy & paste the following snippet into your terminal to import this patchset into git:
curl -s https://lists.sr.ht/~bzg/dev/patches/31414/mbox | git am -3
--- I’m an idiot and made the dark theme not so dark. This commit fixes this issue.
Bastien <bzg@gnu.org> 2 years ago Applied, thanks!
Applied, thanks!
index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index b28a063..0e95f26 100644 --- a/index.css +++ b/index.css @@ -10,8 +10,7 @@ body { @media (prefers-color-scheme: dark) { body { - background: white; - color: black; + background: black; + color: white; } } -- 2.36.0
Bastien <bzg@gnu.org> 2 years ago Lucien Cartier-Tilet <lucien@phundrak.com> writes: