chore: add SCSS build and watch scripts, update theme colors, and comment out text-transform properties in various styles

This commit is contained in:
Wini_Fy
2026-03-23 13:17:55 +07:00
parent 1d901dec07
commit f1f49759ad
15 changed files with 236 additions and 1296 deletions

View File

@@ -80,7 +80,7 @@
font-weight: 500;
color: $theme-color;
font-family: $heading-font;
text-transform: capitalize;
// text-transform: capitalize;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;