mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-09-04 20:55:41 +00:00
Compare commits
3 commits
cc61750522
...
9522c1dace
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9522c1dace | ||
|
|
80118913ad | ||
| 0374cbe864 |
3 changed files with 436 additions and 394 deletions
682
package-lock.json
generated
682
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -56,7 +56,11 @@
|
||||||
#back-to-top {
|
#back-to-top {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
border: #a7a7a7 1.5px solid;
|
/* border: #a7a7a7 1.5px solid; */
|
||||||
|
border-top: var(--deep-blue) 1.5px dotted;
|
||||||
|
border-left: var(--deep-blue) 1.5px dotted;
|
||||||
|
border-right: var(--deep-blue) 2.5px solid;
|
||||||
|
border-bottom: var(--deep-blue) 2.5px solid;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: rgba(255, 255, 255, 0.92);
|
background: rgba(255, 255, 255, 0.92);
|
||||||
color: #222;
|
color: #222;
|
||||||
|
|
@ -118,7 +122,8 @@
|
||||||
transition:
|
transition:
|
||||||
opacity 0.2s ease,
|
opacity 0.2s ease,
|
||||||
transform 0.27s ease,
|
transform 0.27s ease,
|
||||||
visibility 0.2s ease;
|
visibility 0.2s ease,
|
||||||
|
box-shadow 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-toggle-fab.show,
|
#theme-toggle-fab.show,
|
||||||
|
|
@ -130,7 +135,8 @@
|
||||||
|
|
||||||
#theme-toggle-fab.show:hover,
|
#theme-toggle-fab.show:hover,
|
||||||
#back-to-top.show:hover {
|
#back-to-top.show:hover {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2.5px);
|
||||||
|
box-shadow: 2px 3px 0px var(--deep-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.dark) #theme-toggle-fab,
|
:global(.dark) #theme-toggle-fab,
|
||||||
|
|
|
||||||
|
|
@ -193,6 +193,10 @@ const t = getTranslations(lang);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: #536493 1.5px solid;
|
border: #536493 1.5px solid;
|
||||||
|
border-top: #536493 2.5px dotted;
|
||||||
|
border-left: #536493 2.5px dotted;
|
||||||
|
border-right: #536493 2.5px solid;
|
||||||
|
border-bottom: #536493 2.5px solid;
|
||||||
background: rgba(255, 255, 255, 0.92);
|
background: rgba(255, 255, 255, 0.92);
|
||||||
color: #222;
|
color: #222;
|
||||||
/* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16); */
|
/* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16); */
|
||||||
|
|
@ -217,7 +221,8 @@ const t = getTranslations(lang);
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-button.show:hover {
|
.back-button.show:hover {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2.5px);
|
||||||
|
box-shadow: 2px 3px 0px var(--deep-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-button:hover {
|
.back-button:hover {
|
||||||
|
|
@ -369,7 +374,6 @@ const t = getTranslations(lang);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
details {
|
details {
|
||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue