From 481bf91efffef4b565e8e302965afbbd7c95f4a6 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Sat, 11 Jul 2026 18:20:48 +0200 Subject: [PATCH] remove headline border from modal --- styles/login.css | 4 ---- styles/styles.css | 1 - 2 files changed, 5 deletions(-) diff --git a/styles/login.css b/styles/login.css index 5685aae..2d91873 100644 --- a/styles/login.css +++ b/styles/login.css @@ -502,7 +502,6 @@ input[type="checkbox"]:checked+label::after { .subscription-modal h3 { margin-top: 0; - border-bottom: 1px solid var(--main-color); padding-bottom: 15px; } @@ -529,9 +528,6 @@ input[type="checkbox"]:checked+label::after { margin-top: 12px; } /* RESTORE MODAL END */ -/* ==================================================== */ -/* Wallos v5 — desktop split layout for auth pages */ -/* ==================================================== */ .auth-brand { display: none; diff --git a/styles/styles.css b/styles/styles.css index 1bc97e8..ef59003 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1884,7 +1884,6 @@ button.dark-theme-button i { .subscription-form h3, .subscription-modal h3 { - border-bottom: 1px solid var(--main-color); padding-bottom: 15px; margin-top: 0px; }