From ff634c79dff130df13edd94b05042b3d91006801 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Apr 2025 09:45:00 +0300 Subject: using stars --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bd3bc62e..2e6e7239 100644 --- a/style.css +++ b/style.css @@ -19,9 +19,10 @@ } html { - background-image: radial-gradient(#cccccc 2px, transparent 2px); + background-image: url('data:image/svg+xml;utf8,'), + radial-gradient(#000000 1px, transparent 1px); background-size: 32px 32px; - background-color: #ffffff; + background-color: #000000; } body { -- cgit v1.2.3