From 9cfa918a6f3d2826d8dbbb0b24ba34b118ac2af2 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Mon, 9 May 2022 00:27:37 +0200 Subject: [PATCH] Selection fixes --- custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom.css b/custom.css index 08d5b1b..d39a4db 100644 --- a/custom.css +++ b/custom.css @@ -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; }