Add new style to flush screen

This commit is contained in:
ThatOneCalculator 2022-07-05 00:49:58 -07:00
parent b64c85f82c
commit 0f76cb1e76
2 changed files with 8 additions and 1 deletions

View file

@ -62,7 +62,8 @@ li {
font-size: 16px; font-size: 16px;
} }
.dont-worry { .dont-worry,
#msg {
font-size: 18px; font-size: 18px;
} }

View file

@ -1,6 +1,12 @@
doctype html doctype html
html html
head
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
title Flushing Misskey
style
include ../boot.css
#msg #msg
script. script.
const msg = document.getElementById('msg'); const msg = document.getElementById('msg');