add colors that pop out to stylesheet

This commit is contained in:
ch0ccyra1n 2022-08-15 10:48:08 -07:00
parent 805b205ace
commit ecd46d56fe

View file

@ -6,7 +6,7 @@
}
a {
text-decoration: none;
color: #f3ccc3;
color: #CC0C40;
}
}
@ -17,7 +17,7 @@
}
a {
text-decoration: none;
color: #da644a;
color: #CC0C49;
}
}
@ -48,7 +48,7 @@ footer {
/* For header.html */
#nav {
background-color: #da644a;
background-color: #800080;
}
#nav-button {
@ -58,7 +58,7 @@ footer {
}
#nav-button:hover {
background-color: #e69886;
background-color: #CC0C49;
}
/* For author.html */