bg input style updated to sub border and text outside

This commit is contained in:
bhomie 2020-07-01 18:49:46 -07:00
parent 4b53e4c136
commit df224e132a

View file

@ -56,7 +56,7 @@ input[type="color"]::-webkit-color-swatch {
color: var(--text-color);
}
& #--bg-color {
border: 1px solid var(--text-color);
border: 1px solid var(--sub-color);
}
}