From 58f33b27c6d3363e9b17a599e85d4f2ad7a158f8 Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Fri, 21 Oct 2022 18:43:52 +0200 Subject: [PATCH] Made the background 'funnier'... --- assets/css/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index af34b74..d30def7 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -17,7 +17,13 @@ html { display: grid; place-items: center; width: 100%; + /* ---------------------------------------------------------------------------------- + * Background generated with: https://www.magicpattern.design/tools/css-backgrounds + */ background-color: var(--surface); + opacity: 1; + background: radial-gradient(circle, transparent 20%, var(--surface) 20%, var(--surface) 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, var(--surface) 20%, var(--surface) 80%, transparent 80%, transparent) 100px 100px, linear-gradient(var(--grey3) 8px, transparent 8px) 0 -4px, linear-gradient(90deg, var(--grey3) 8px, var(--surface) 8px) -4px 0; + background-size: 200px 200px, 200px 200px, 100px 100px, 100px 100px; } body {