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;}
+12446
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -16,7 +16,7 @@
html{scroll-behavior:smooth;overflow-x:hidden;}
body{
background:var(--bg);color:var(--text);font-family:var(--font-body);
line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;
line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;
}
body::before{