diff --git a/config.yml b/config.yml
index 2c31b4e..3a6e27b 100644
--- a/config.yml
+++ b/config.yml
@@ -13,7 +13,7 @@ message:
icon: 'fa fa-info'
header: false
-footer: ''
+footer: ''
stylesheet:
- 'assets/custom.css'
diff --git a/custom.css b/custom.css
index a5597d1..08d5b1b 100644
--- a/custom.css
+++ b/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;
}