From 7f132ca3f08f86005f5cce599188ed8ae2dab3cb Mon Sep 17 00:00:00 2001 From: twil3akine Date: Wed, 13 Aug 2025 23:12:54 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE?= =?UTF-8?q?=E5=90=8D=E5=89=8D=E3=82=92AtCoder=20Random=20Picker=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 3 +-- frontend/src/output.css | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index b6c5f0a..3490460 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,8 @@ - - Vite + Svelte + TS + AtCoder Random Picker
diff --git a/frontend/src/output.css b/frontend/src/output.css index 4bc95ea..d428cbc 100644 --- a/frontend/src/output.css +++ b/frontend/src/output.css @@ -405,10 +405,6 @@ font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } - .text-xs { - font-size: var(--text-xs); - line-height: var(--tw-leading, var(--text-xs--line-height)); - } .leading-none { --tw-leading: 1; line-height: 1;