Update styles.css

This commit is contained in:
Kyle
2020-03-30 13:55:01 -07:00
parent 7107e26b14
commit a2234d2d1f

View File

@@ -54,7 +54,6 @@ html {
background: var(--background-color); background: var(--background-color);
color: var(--font-color); color: var(--font-color);
background-attachment: fixed; background-attachment: fixed;
overflow-x: hidden;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@@ -64,7 +63,7 @@ html, body {
margin: 0; margin: 0;
border: 0; border: 0;
padding: 0; padding: 0;
overflow-x: hidden /*overflow-x: hidden;*/
} }
body { body {
background: var(--body-background); background: var(--body-background);