Slightly increase hover contrast in nord theme

This commit is contained in:
Andrew Kingston 2022-07-27 13:08:40 +01:00
parent 6331d9c505
commit e027bc9f66
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@
--spectrum-global-color-gray-800: #bac1cd;
--spectrum-global-color-gray-900: #eceff4;
--spectrum-alias-highlight-hover: rgba(169, 177, 193, 0.06);
--spectrum-alias-highlight-hover: rgba(169, 177, 193, 0.1);
--spectrum-alias-highlight-active: rgba(169, 177, 193, 0.1);
}