From f8f05221b21fd86ced031268a77b73d03821f401 Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 24 Oct 2025 12:29:57 +0100 Subject: [PATCH] removed custom.css from tracking --- .gitignore | 1 + webroot/custom.css | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 webroot/custom.css diff --git a/.gitignore b/.gitignore index a25ca90..99eb3f0 100755 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ hitcount.txt *.swp data images/* +webroot/custom.css diff --git a/webroot/custom.css b/webroot/custom.css deleted file mode 100644 index ba7834c..0000000 --- a/webroot/custom.css +++ /dev/null @@ -1,4 +0,0 @@ -* { -font-family: sans-serif; - -}