Increase tooltip contrast

This commit is contained in:
Rob Garrison 2019-01-13 17:06:43 -06:00
parent 99f8bbb48f
commit 5cc9e68d69

View File

@ -1,6 +1,6 @@
:root {
--tooltip-bkgd: #333;
--tooltip-border: #555;
--tooltip-bkgd: #555;
--tooltip-border: #777;
--tooltip-text: #fff;
--tooltip-error: #d40000;
--tooltip-warn: goldenrod;