From d1c85c8a73e86d5708484157bccb04fef42662a9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 6 Jun 2025 00:24:03 +0200 Subject: [PATCH] refactor: Move CSS Reset to a separate CSS file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although i wanted to keep everything in one file, it’s easier to develop this way. --- index.html | 52 +----------------------------------------------- static/reset.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 static/reset.css diff --git a/index.html b/index.html index 5aac95f..202f72a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Cypher Player Assistant +