Velká revize stylů (a některých JS) #44

Merged
zelvuska merged 50 commits from static-files-upgrade into master 2024-10-22 20:00:12 +02:00
Showing only changes of commit af9f244207 - Show all commits

View file

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