diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/moe.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/moe.css b/css/moe.css index 054866a..741413a 100644 --- a/css/moe.css +++ b/css/moe.css @@ -7,6 +7,7 @@ body { background-color: #ffb5cd; color: purple; font-family: "MS PGothic", "Mona", "Monapo", "IPAMonaPGothic", "IPAPGothic", "saitamaar_light", "submona", "times"; + font-size: 12pt; } main { @@ -16,7 +17,7 @@ main { } -html::after { +body::after { position: fixed !important; content: url(media/nano.webp); bottom: -5px !important; |
