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