Update remaining dark color codes to hexadecimal for consistency

This commit is contained in:
striped-bass
2025-10-25 21:28:42 -07:00
parent e741e83bfc
commit 3bb0fa9861

View File

@@ -1,6 +1,6 @@
$tan: rgb(87, 84, 74);
$brown: rgb(218, 212, 187);
$highlight: rgb(65, 61, 52);
$darkBrown: rgb(179, 172, 146);
$tan: #57544a;
$brown: #dad4bb;
$highlight: #413d34;
$darkBrown: #b3ac92;
$accent: #cd664d;
$accent2: #a0c490;