feat!: add credit configurations for banner image

BREAKING CHANGES: new mandatory fields added in `config.ts`
This commit is contained in:
saicaca
2024-07-27 21:51:32 +08:00
parent f28ad1b8e6
commit 336290a92f
5 changed files with 77 additions and 43 deletions

View File

@@ -281,7 +281,7 @@ color_set({
animation: 300ms fade-in-up;
animation-fill-mode: forwards;
}
#top-row {
#navbar {
animation-delay: 0ms
}
#sidebar {
@@ -293,6 +293,9 @@ color_set({
#footer {
animation-delay: 400ms;
}
#banner-credit {
animation-delay: 400ms;
}
</style>