From afdc982863b6cca573f1db58e1795aa8c45fabca Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 01:01:17 +0200 Subject: rewrite site --- html/style.css | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 html/style.css (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css deleted file mode 100644 index 83af079..0000000 --- a/html/style.css +++ /dev/null @@ -1,19 +0,0 @@ -* { - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; -} -body { - background-color: #EBE9DA; - background-size: 20px 20px; - background-image: - linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), - linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px); - margin: 0 auto; - padding: 2rem; - max-width: 900px; -} - -img { - display: block; - border-radius: 0.5rem; - margin: 0 auto; -} -- cgit v1.3.1