From af38ad9e24c630e88bae79e0ac441d017916de0d Mon Sep 17 00:00:00 2001 From: azureazure Date: Sat, 13 Dec 2025 19:16:36 +0100 Subject: rewrite from the ground up --- src/assets/stylesheet.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/assets/stylesheet.css') diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 8f72c8b..e69de29 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -1,12 +0,0 @@ -body { - background-image: url('tile.png'); -} - -h1 { - background: #ffffffcc; - display: flex; - justify-content: center; - margin-bottom: 10px; - margin-top: 10px; -} - -- cgit v1.2.3