From a044c20906d2878a54980c76d445aaf3841f5ce0 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 3 Nov 2021 09:22:07 +0100 Subject: [PATCH] dark: adjust input cursor color --- theme-github-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index f9bd7bf..51412d6 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -535,6 +535,10 @@ a.blob-excerpt { padding: 3px; } +input { + caret-color: var(--color-text); +} + .removed-code { background: #b70f22; color: var(--color-text);