Update gold color variable in custom.scss for improved design consistency

This commit is contained in:
2025-10-29 23:02:28 +01:00
parent 0560f9815a
commit e9ab1b0592
4 changed files with 998 additions and 98 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
$cWhite: #fff;
$cBlack: #111516;
$cGold: #e6cb6f;
$cGold: #e79332;
$cGoldDark: #d3ba67;
$cBgAccent: #eff6f7;
$cBone: #f6f6f6;