Re-styled footer
This commit is contained in:
23
custom.css
23
custom.css
@@ -140,6 +140,29 @@ body .footer .footer-el {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
body .footer .footer-el .ms-img {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
background-image: url(../assets/tools/ms-small-white.png);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
}
|
||||
|
||||
body.is-light .footer .footer-el .ms-img {
|
||||
background-image: url(../assets/tools/ms-small.png);
|
||||
}
|
||||
|
||||
body.is-light .footer .footer-el a {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
body.is-light .footer .footer-el a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body .footer .footer-el:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user