diff options
| author | mion <> | 2026-03-21 16:41:56 +0000 |
|---|---|---|
| committer | mion <> | 2026-03-21 16:41:56 +0000 |
| commit | 1d4cefebd1053a697291a95beb32b3c535037b3d (patch) | |
| tree | 024cb0f1c716c75387127740439904f14c80f6e3 /css | |
| parent | 091df3fb48d6b780f160d5d8d5fb5a34b165d2d3 (diff) | |
update
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; |
