Fix poor readability of dropdown menu items
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-15 16:14:31 +00:00
parent d7c592d6ab
commit 7e064053f9
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
--tag-color: var(--grey-50);
--table-row-hover-background-color: var(--grey-100);
--dropdown-item-hover-background-color: var(--grey-100);
--dropdown-item-hover-color: --text;
// Custom color variables we need to override
--card-border-color: hsla(var(--grey-100-hsl), 0.3);