Actually fix :godmode:

This commit is contained in:
ThatOneCalculator 2022-07-06 21:50:48 -07:00
parent 33656d8d3d
commit 6b2f5dc80a
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(charset='utf-8')
meta(name='application-name' content='Misskey') meta(name='application-name' content='Misskey')
title Flush Misskey title Flush Misskey
style style.
include ../flush.css * {
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 body
#msg #msg