Add new style to flush screen
This commit is contained in:
parent
b64c85f82c
commit
0f76cb1e76
2 changed files with 8 additions and 1 deletions
|
@ -62,7 +62,8 @@ li {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.dont-worry {
|
||||
.dont-worry,
|
||||
#msg {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
doctype html
|
||||
|
||||
html
|
||||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
title Flushing Misskey
|
||||
style
|
||||
include ../boot.css
|
||||
#msg
|
||||
script.
|
||||
const msg = document.getElementById('msg');
|
||||
|
|
Loading…
Reference in a new issue