From af9f2442079e58ce009e9a4701e5380603bca7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 13 May 2024 23:26:16 +0200 Subject: [PATCH] =?UTF-8?q?Drobn=C3=BD=20nesting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/static/css/base.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mamweb/static/css/base.css b/mamweb/static/css/base.css index 49fc894b..b129e63e 100644 --- a/mamweb/static/css/base.css +++ b/mamweb/static/css/base.css @@ -64,13 +64,13 @@ a:focus, a:hover, a:active { font-weight: bold; font-variant: small-caps; filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4)); -} -.button:hover { - position: relative; - top: 2px; - left:2px; - background-color: #df490e; + &:hover { + position: relative; + top: 2px; + left: 2px; + background-color: #df490e; + } } /******************/