Velká revize stylů (a některých JS) #44
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/******************/
|
/******************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue