This commit is contained in:
syuilo
2021-04-16 12:06:54 +09:00
parent 9c34ef7d74
commit 481b46ac9e
5 changed files with 11 additions and 11 deletions

View File

@ -26,6 +26,7 @@ html {
background-position: center;
color: var(--fg);
overflow: auto;
overflow-wrap: break-word;
font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
line-height: 1.35;
text-size-adjust: 100%;
@ -88,10 +89,6 @@ html._themeChanging_ {
}
}
body {
overflow-wrap: break-word;
}
html, body {
margin: 0;
padding: 0;