Tweak UI
This commit is contained in:
parent
9c34ef7d74
commit
481b46ac9e
5 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue