removed final colors after merge

This commit is contained in:
2025-08-23 21:08:59 -07:00
parent 4924c47209
commit 9d2573a5ed

View File

@@ -65,18 +65,18 @@ $winter_blue: #252535;
} }
h1 { h1 {
color: $crystal_blue; //color: $crystal_blue;
margin-left: 5%; margin-left: 5%;
margin-right: 5%; margin-right: 5%;
padding: 10px 0px; padding: 10px 0px;
} }
h2 { h2 {
color: $peach_red; //color: $peach_red;
} }
p { p {
color: $fuji_white; //color: $fuji_white;
} }