1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

new hover color

This commit is contained in:
Kyle Spearrin 2018-01-30 14:42:16 -05:00
parent 180e28fca3
commit 7c181ee5f3

View File

@ -27,7 +27,7 @@ $background-color-alt: #f9fafc;
$background-color-alt2: #ecf0f5;
$box-background-color: $background-color;
$box-background-hover-color: $background-color-alt;
$box-background-hover-color: $list-item-hover;
$box-border-color: $border-color;
$button-border-color: darken($border-color-dark, 12%);