From c584a1b42c4b73461e2911f1051f855675380369 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:58:16 +0000 Subject: [PATCH 1/2] Initial plan From 8a0bf2367d86499cd6470cd7a407e7752ff488f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:00:05 +0000 Subject: [PATCH 2/2] fix: reduce duplicated base language button styles --- assets/css/style.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2205e5e3..2b2e11cc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -525,22 +525,10 @@ footer { margin-bottom: 1rem; } .language-btn { - background: rgba(255, 255, 255, 0.1); - border: none; - color: white; - padding: 0.75rem 1.25rem; min-height: 44px; min-width: 44px; - border-radius: 2rem; - cursor: pointer; - transition: var(--transition); font-size: 0.9rem; } -.language-btn:hover, -.language-btn.active { - background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); - transform: scale(1.05); -} /* ---------- BIO MESSAGE (language toggler) ---------- */