Selection fixes
This commit is contained in:
@@ -151,15 +151,15 @@ body .footer .footer-el .ms-img {
|
|||||||
transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
|
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);
|
background-image: url(../assets/tools/ms-small.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.is-light .footer .footer-el a {
|
body #app.is-light .footer .footer-el a {
|
||||||
color: #000 !important;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.is-light .footer .footer-el a:hover {
|
body #app.is-light .footer .footer-el a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user