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;}
|
||||
|
||||
|
||||
+12446
File diff suppressed because one or more lines are too long
+1
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user