diff --git a/src/routes/notice/+page.svelte b/src/routes/notice/+page.svelte index f6e639d..e7d6634 100644 --- a/src/routes/notice/+page.svelte +++ b/src/routes/notice/+page.svelte @@ -53,17 +53,20 @@ onMount(async () => { } .notice-title { - font-size: 24px; + font-size: 16px; font-weight: bold; padding: 10px; color: white; - background-color: #66ccff; + background-color: #ff3939; + text-align: center; } .notice-content { font-size: 16px; + font-weight: bold; padding: 10px; color: #333; + max-width: 164px; } .mask-mode {