From a65dc1d2888574fb45355456b4d1c04c4ab64c18 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 00:17:43 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/settings.html b/settings.html index 43edcee..75f15d1 100644 --- a/settings.html +++ b/settings.html @@ -83,10 +83,14 @@ /* Buttons */ .buttons { - display: flex; justify-content: flex-end; gap: 1rem; - margin-top: 1.4rem; } button.action { + padding: 0.5em 1.3em; + font-size: 1rem; + font-weight: 600; + border: none; border-radius: 6px; + cursor: pointer; + transition: background 0.2s; } #cancelBtn { background: #e2e8f0;