Update style.scss

This commit is contained in:
syuilo 2023-06-01 09:20:37 +09:00
parent d8a564c6a0
commit a2c77a0944
1 changed files with 1 additions and 4 deletions

View File

@ -22,11 +22,7 @@
}
html {
touch-action: manipulation;
background-color: var(--bg);
background-attachment: fixed;
background-size: cover;
background-position: center;
color: var(--fg);
accent-color: var(--accent);
overflow: auto;
@ -87,6 +83,7 @@ html._themeChanging_ {
}
html, body {
touch-action: manipulation;
margin: 0;
padding: 0;
scroll-behavior: smooth;