Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-09-05 22:08:41 -05:00
parent eeb6be0de9
commit 6efbc83175
3 changed files with 12448 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);overflow-x:hidden;}
body{background:var(--bg);color:var(--text);font-family:var(--font-body);overflow-x:clip;}
::selection{background:var(--accent);color:#000;}
a{color:inherit;text-decoration:none;}