rework/lightweight #12

Merged
GauthierWebDev merged 106 commits from rework/lightweight into main 2025-04-21 16:27:38 +00:00
Showing only changes of commit 2a9aacb1da - Show all commits

View File

@ -1,3 +1,8 @@
/* Smooth scroll */
html {
scroll-behavior: smooth;
}
/* Links */ /* Links */
a { a {
text-decoration: none; text-decoration: none;
@ -19,15 +24,6 @@ body {
box-sizing: border-box; box-sizing: border-box;
} }
/* Page Transition Animation */
#page-content {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
body.page-is-transitioning #page-content {
opacity: 0;
}
#root { #root {
height: 100%; height: 100%;
width: 100%; width: 100%;