dark: adjust input cursor color

This commit is contained in:
pat-s 2021-11-03 09:22:07 +01:00
parent fd34ec3867
commit a044c20906
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -535,6 +535,10 @@ a.blob-excerpt {
padding: 3px;
}
input {
caret-color: var(--color-text);
}
.removed-code {
background: #b70f22;
color: var(--color-text);