rename dir and update anim

This commit is contained in:
zyronon
2023-11-20 00:10:14 +08:00
parent 979713d1a9
commit 481caa907e
22 changed files with 89 additions and 55 deletions

View File

@@ -18,7 +18,7 @@
.fade-enter-active,
.fade-leave-active {
transition: all 0.3s ease;
transition: all .3s ease;
}
.fade-enter-from,

View File

@@ -39,7 +39,7 @@
html.dark {
//--color-main-bg: rgba(0, 5, 24, 1);
//--color-main-bg: rgba(17,24,39, 1);
--color-background: transparent;
//--color-background: transparent;
--color-main-bg: rgba(14, 18, 23, 1);
//--color-main-bg: rgba(30,31,34, 1);
--color-second-bg: rgb(43, 45, 48);
@@ -112,9 +112,9 @@ html.dark {
}
}
$anim-time: 0.3s;
$anim-time: .3s;
.anim {
transition: background $anim-time, color $anim-time;
transition: background $anim-time, color $anim-time, border $anim-time;
}
html, body {