fix fadin

This commit is contained in:
Russell2259
2024-02-16 16:17:09 +00:00
parent f1da3aa4b2
commit 1c4c61261a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ body {
color: var(--text);
padding-top: 20vh;
background-repeat: no-repeat;
opacity: 1;
opacity: 0.7;
}
.centered {
+1 -1
View File
@@ -45,7 +45,7 @@ window.addEventListener('beforeunload', (e) => {
scope: '/'
});*/
window.addEventListener('DOMContentLoaded', () => setTimeout(() => document.body.style.opacity = 1, 1000));
window.addEventListener('load', () => setTimeout(() => document.body.style.opacity = 1, 1000));
/**
* @param {HTMLAnchorElement} hyperlink