make caret-color as text-color to make it for visible

This commit is contained in:
Audric Ackermann 2021-07-30 11:15:52 +10:00
parent dbd6563fa0
commit 649a581dd2
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -24,7 +24,9 @@
input,
textarea {
caret-color: $session-color-green !important;
@include themify($themes) {
caret-color: themed('textColor') !important;
}
}
* {