Fixed variable name

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 17:22:31 +08:00
parent d6c443b1c3
commit 87f0302351

View file

@ -34,5 +34,5 @@ const websiteDescription = 'This is just a template.'
#body
font-family: 'Inter'
background-color: vars.$background
color: vars.$text-color
color: vars.$textColor
</style>