This commit is contained in:
Morgan 2023-11-07 21:20:56 +09:00
parent 52ea4dca18
commit 0fd6355a87
1 changed files with 3 additions and 3 deletions

View File

@ -33,14 +33,14 @@
visibility: hidden;
position: fixed;
bottom: 60px;
right: 30px;
right: 60px;
z-index: 99;
border: none;
outline: none;
background-color: var(--tertiary);
color: black;
cursor: pointer;
padding: 10px;
padding: 14px;
border-radius: 5px;
font-size: 18px;
transition: visibility 0.5s, opacity 0.8s linear;
@ -54,4 +54,4 @@
.top-link:focus,
#theme-toggle:focus {
outline: 0;
}
}