Browse Source

Drobný nesting

static-files-upgrade
Jonas Havelka 5 months ago
parent
commit
af9f244207
  1. 6
      mamweb/static/css/base.css

6
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 {
&:hover {
position: relative;
top: 2px;
left:2px;
left: 2px;
background-color: #df490e;
}
}
/******************/

Loading…
Cancel
Save