This commit is contained in:
ThatOneCalculator 2022-07-06 20:34:42 -07:00
parent aad9579a09
commit f8c2182719
2 changed files with 4 additions and 2 deletions

View File

@ -159,13 +159,16 @@
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
}
.misskey_app {
display: none;
}
body,
html {
background-color: #222;
color: #dfddcc;
justify-content: center;
margin: auto;
width: 80%;
padding: 10px;
text-align: center;
}

View File

@ -18,7 +18,6 @@ html
background-color: #222;
justify-content: center;
margin: auto;
width: 80%;
padding: 10px;
text-align: center;
}