From f68dab27cd114dcf117c04d237ed13c19b9e9850 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Thu, 16 Apr 2026 15:33:31 +0200 Subject: [PATCH] Remove red border debug --- css/minimalprofile.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/minimalprofile.css b/css/minimalprofile.css index acbdb56..2324269 100644 --- a/css/minimalprofile.css +++ b/css/minimalprofile.css @@ -1,6 +1,3 @@ -/* Debug - test if CSS loads */ -body { border: 10px solid red !important; } - /* Hide profile fields */ .personal-settings-setting-box:has(#account-property-pronouns) { display: none !important; } .personal-settings-setting-box:has(#account-property-role) { display: none !important; }