~bzg/dev

emacs-doctor.com: Fix dark theme v1 APPLIED

Lucien Cartier-Tilet: 1
 Fix dark theme

 1 files changed, 2 insertions(+), 3 deletions(-)
Bastien <bzg@gnu.org> writes:
Next
Lucien Cartier-Tilet <lucien@phundrak.com> writes:
Next
Bastien <bzg@gnu.org> writes:
Next
Hi Lucien,

Lucien Cartier-Tilet <lucien@phundrak.com> writes:
Next
Export patchset (mbox)
How do I use this?

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
Learn more about email & git

[PATCH emacs-doctor.com] Fix dark theme Export this patch

---
I’m an idiot and made the dark theme not so dark. This commit fixes
this issue.
 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
Lucien Cartier-Tilet <lucien@phundrak.com> writes: