It feels very bad to not commit appropriately
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: #000000;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@@ -47,7 +48,7 @@
|
||||
padding: 20px;
|
||||
}
|
||||
#footer .footer-column {
|
||||
color: aliceblue;
|
||||
color: #DFE8E8;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0 20px 0 0;
|
||||
@@ -69,6 +70,9 @@
|
||||
font: 16px "Montserrat", sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
#footer .footer-column a:hover {
|
||||
color: #F5FFFF;
|
||||
}
|
||||
#footer .footer-column .footer-social {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -81,7 +85,7 @@
|
||||
margin: 0 15px 0 0;
|
||||
}
|
||||
#footer .footer-column .footer-social:hover {
|
||||
background: #D6FFFF;
|
||||
background: #F5FFFF;
|
||||
color: black;
|
||||
}
|
||||
#footer .footer-column p {
|
||||
@@ -136,7 +140,6 @@ html, body {
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: black;
|
||||
grid-column: 2;
|
||||
grid-row: 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user