fix: Missing semicolon in border color for green-auto.scss

This commit is contained in:
lynn pepin 2023-06-22 17:31:43 -04:00
parent 4f96dd4da5
commit 2b55b768ac

View file

@ -20,7 +20,7 @@
--background: white;
--color: #201030;
--border-color: rgba(0,0,16,.125)
--border-color: rgba(0,0,16,.125);
div.logo {
color: white;