Styling Fixes
This commit is contained in:
parent
063f939abe
commit
62fd32b7c2
@ -180,6 +180,7 @@ body {
|
||||
|
||||
/* Footer Styles */
|
||||
|
||||
/* Footer Styles */
|
||||
footer {
|
||||
background-color: #7fa7e6;
|
||||
color: white;
|
||||
@ -193,3 +194,11 @@ footer a {
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer a:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
color: beige;
|
||||
}
|
Reference in New Issue
Block a user