Selection fixes

This commit is contained in:
2022-05-09 00:27:37 +02:00
parent 3c000c7fbf
commit 9cfa918a6f

View File

@@ -151,15 +151,15 @@ body .footer .footer-el .ms-img {
transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.is-light .footer .footer-el .ms-img {
body #app.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 #app.is-light .footer .footer-el a {
color: #000;
}
body.is-light .footer .footer-el a:hover {
body #app.is-light .footer .footer-el a:hover {
text-decoration: underline;
}