It feels very bad to not commit appropriately

This commit is contained in:
Ferit Yiğit BALABAN
2022-05-18 14:36:05 +03:00
parent 1f9d2076f2
commit fc88c127d4
6 changed files with 32 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
#footer {
background: variables.$clr_footer;
margin: 0;
display: flex;
justify-content: flex-start;
@@ -10,7 +11,7 @@
padding: variables.$innerContainerMargin;
.footer-column {
color: aliceblue;
color: variables.$clr_footer_sleep;
display: flex;
flex-direction: column;
margin: 0 20px 0 0;
@@ -33,6 +34,10 @@
margin: 0 0 5px 0;
font: 16px "Montserrat", sans-serif;
font-weight: 500;
&:hover {
color: variables.$clr_footer_active;
}
}
.footer-social {
@@ -48,7 +53,7 @@
}
&:hover {
background: variables.$clr_nav_active;
background: variables.$clr_footer_active;
color: black;
}
}