Change link color to baby pink

This commit is contained in:
ch0ccyra1n 2022-07-25 15:43:51 -07:00
parent 2f96ce98c2
commit a13b97c06a

View file

@ -4,10 +4,6 @@
background-color: black; background-color: black;
color: white; color: white;
} }
a {
color: #f9e6e1;
}
} }
/* Light Mode */ /* Light Mode */
@ -24,6 +20,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: #f3ccc3;
} }
header h1 { header h1 {