fix text selection style

This commit is contained in:
Sean Yesmunt 2019-11-22 18:51:41 -05:00
parent 15815e5071
commit 85608bbd23

View file

@ -11,6 +11,8 @@
--color-background-overlay: #21252980;
// Text
--color-text-selection-bg: var(--color-secondary-alt);
--color-text-selection: var(--color-secondary);
--color-text-error: var(--color-danger);
--color-text-empty: #bbbbbb;
--color-text-help: #999999;