Drobný nesting

This commit is contained in:
Jonas Havelka 2024-05-13 23:26:16 +02:00
parent 20691f483a
commit af9f244207

View file

@ -64,13 +64,13 @@ a:focus, a:hover, a:active {
font-weight: bold; font-weight: bold;
font-variant: small-caps; font-variant: small-caps;
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4)); filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
}
.button:hover { &:hover {
position: relative; position: relative;
top: 2px; top: 2px;
left:2px; left: 2px;
background-color: #df490e; background-color: #df490e;
}
} }
/******************/ /******************/