From 94f6d0e7b6ff6fb7ebdc6415256369525a4f7ea4 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 23 Oct 2021 17:27:17 +0200 Subject: [PATCH] dark: Adjust color of cursor in text fields --- theme-github-dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 2fca382..03aa99a 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -17,6 +17,7 @@ --color-active: #22272e; --color-menu: #22272e; --color-secondary: #454a57; + --color-caret: var(--color-text); } .ui.list .list > .item > .content,