Re-styled footer

This commit is contained in:
2022-05-09 00:25:53 +02:00
parent 8518ac242c
commit 3c000c7fbf
2 changed files with 24 additions and 1 deletions

View File

@@ -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;
}