Edits the CSS syntax

This commit is contained in:
Vazhin Tayeb 2021-01-14 07:36:54 +03:00 committed by Muhammad Azeez
parent 64818b5095
commit 166e024bb3

View File

@ -2,6 +2,7 @@
:root {
--blue: #2170b9;
--black: #1a1c21;
}
.bg-blue-custom {
@ -18,7 +19,7 @@ p,
}
.text-black-custom {
color: #1a1c21;
color: var(--black);
}
p,