Actually fix :godmode:

This commit is contained in:
ThatOneCalculator 2022-07-06 21:50:48 -07:00
parent 38048208ed
commit 1c15e127a7
2 changed files with 17 additions and 18 deletions

View File

@ -1,16 +0,0 @@
* {
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
}
body,
html {
background-color: #222;
color: #dfddcc;
justify-content: center;
margin: auto;
padding: 10px;
text-align: center;
}
a {
color: rgb(134, 179, 0);
text-decoration: none;
}

View File

@ -5,8 +5,23 @@ html
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
title Flush Misskey
style
include ../flush.css
style.
* {
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
}
body,
html {
background-color: #222;
color: #dfddcc;
justify-content: center;
margin: auto;
padding: 10px;
text-align: center;
}
a {
color: rgb(134, 179, 0);
text-decoration: none;
}
body
#msg