chore: introduce selection text css var

This commit is contained in:
Konstantinos Kaloutas
2022-09-14 14:59:38 +03:00
parent e5ef34924b
commit 130b26021c

View File

@@ -69,6 +69,7 @@ html[data-theme='dark'] {
--ls-block-bullet-color: #608e91;
--ls-block-highlight-color: #0a3d4b;
--ls-selection-background-color: #338fff;
--ls-selection-text-color: var(--ls-secondary-text-color);
--ls-page-checkbox-color: #6093a0;
--ls-page-checkbox-border-color: var(--ls-primary-background-color);
--ls-page-blockquote-color: var(--ls-primary-text-color);