From 875fbfc0a9efc8a4a8f39406e8c2c10c36847144 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 11 Feb 2025 20:56:36 +0100 Subject: [PATCH] css/dash --- styles/debug.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/debug.css b/styles/debug.css index e69de29..1195209 100644 --- a/styles/debug.css +++ b/styles/debug.css @@ -0,0 +1,3 @@ +* { +border: 1px dashed magenta; +}