Fix
This commit is contained in:
parent
52ea4dca18
commit
0fd6355a87
|
@ -33,14 +33,14 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 60px;
|
bottom: 60px;
|
||||||
right: 30px;
|
right: 60px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: var(--tertiary);
|
background-color: var(--tertiary);
|
||||||
color: black;
|
color: black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 10px;
|
padding: 14px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
transition: visibility 0.5s, opacity 0.8s linear;
|
transition: visibility 0.5s, opacity 0.8s linear;
|
||||||
|
@ -54,4 +54,4 @@
|
||||||
.top-link:focus,
|
.top-link:focus,
|
||||||
#theme-toggle:focus {
|
#theme-toggle:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue