From 56c754a592df9beab83e48fe4bf18ba4896e104e Mon Sep 17 00:00:00 2001 From: zyqunix Date: Thu, 12 Jun 2025 10:54:26 +0200 Subject: [PATCH] character --- character/index.html | 2 +- character/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/character/index.html b/character/index.html index b13ea85..f16dbd3 100644 --- a/character/index.html +++ b/character/index.html @@ -10,7 +10,7 @@

Character Counter

-
+
0
diff --git a/character/style.css b/character/style.css index 9de1eeb..8cc50f1 100644 --- a/character/style.css +++ b/character/style.css @@ -1,13 +1,17 @@ @import url(/global.css); +.cards { + text-align: center; +} + h1 { font-size: 2rem; margin-bottom: 30px; } textarea { - background: #1e1e1e; - border: 1px solid #444; + background: var(--surface0); + border: 1px solid var(--surface1); color: #f0f0f0; padding: 12px; border-radius: 8px;