rename css custom property

This commit is contained in:
Ray Elliott 2020-03-31 10:30:22 +00:00
parent 5d174994c8
commit b5e34b7d7f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
body {
font-family: "Montserrat", sans-serif;
color: var(--color__body);
background-color: var(--color__bg);
background-color: var(--color-bg);
}

View File

@ -42,6 +42,6 @@ $z-index__header: 100;
// --accent-quaternary-100: #fffcf4;
// --accent-quinary-100: #ffeefc;
--color__bg: var(--neutral-100);
--color-bg: var(--neutral-100);
--color__body: var(--neutral-600);
}