From 35e2480c572481ebf57affae04281ce2c6bfba9f Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Thu, 16 Apr 2026 16:03:52 +0200 Subject: [PATCH] v1.0.18 - test CSS loads --- css/minimalprofile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/minimalprofile.css b/css/minimalprofile.css index 2a38a87..cd03594 100644 --- a/css/minimalprofile.css +++ b/css/minimalprofile.css @@ -1 +1,2 @@ -/* Custom styles can go here */ \ No newline at end of file +/* Test if CSS loads - blue border */ +#content { border: 5px solid blue !important; } \ No newline at end of file