Change dashed-line color to gray

This commit is contained in:
Jos de Jong 2020-07-24 20:30:23 +02:00
parent 2961e0d910
commit b9ceec09e3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
&:hover { &:hover {
.selector { .selector {
border: 1px dashed $theme-color; border: 1px dashed $light-gray;
} }
} }