Styling Fixes

This commit is contained in:
Fred Boniface 2022-10-17 15:26:35 +01:00
parent 063f939abe
commit 62fd32b7c2

View File

@ -180,6 +180,7 @@ body {
/* Footer Styles */
/* Footer Styles */
footer {
background-color: #7fa7e6;
color: white;
@ -192,4 +193,12 @@ footer {
footer a {
text-decoration: underline;
color: white;
}
footer a:visited {
color: white;
}
footer a:hover {
color: beige;
}