mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 15:09:41 +00:00
fix: caret color in dark theme
This commit is contained in:
@@ -54,6 +54,10 @@ html {
|
||||
--ion-item-color: var(--ls-primary-text-color);
|
||||
--ion-item-border-color: var(--ls-border-color);
|
||||
|
||||
input, textarea {
|
||||
caret-color: var(--ls-primary-text-color);
|
||||
}
|
||||
|
||||
ion-toolbar::part(background), ion-tab-bar,
|
||||
ion-tab-button, .block-modal-page, .block-modal-page > ion-header,
|
||||
ion-content {
|
||||
|
||||
Reference in New Issue
Block a user