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; + } } /******************/