rename css custom property
This commit is contained in:
parent
5d174994c8
commit
b5e34b7d7f
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
color: var(--color__body);
|
||||
background-color: var(--color__bg);
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Reference in New Issue