dan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
beta/src/styles/index.css
-
src/css/reset.css
|
|
@ -45,9 +45,9 @@ |
|
|
|
/* Write your own custom base styles here */ |
|
|
|
html { |
|
|
|
color-scheme: light; |
|
|
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
|
|
|
-webkit-tap-highlight-color: transparent; |
|
|
|
scroll-behavior: smooth; |
|
|
|
} |
|
|
|
|
|
|
|
html.dark { |
|
|
|
|
|
@ -12,7 +12,6 @@ html { |
|
|
|
font-style: normal; |
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
scroll-behavior: smooth; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|