mirror of
https://github.com/mileswolfallen2/miles-web.git
synced 2026-09-08 11:23:17 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
+1
-1
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user