summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-11 09:45:00 +0300
committerPaul Buetow <paul@buetow.org>2025-04-11 09:45:00 +0300
commitff634c79dff130df13edd94b05042b3d91006801 (patch)
treef4a047efe4d94edb4c04aac5b025c26d1baa030e
parent7b67f200ce020af56722a279d37265a35b33f3da (diff)
using stars
-rw-r--r--style.css5
1 files 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,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23cccccc"><polygon points="50,15 61,39 87,39 66,57 76,84 50,68 24,84 34,57 13,39 39,39"/></svg>'),
+ radial-gradient(#000000 1px, transparent 1px);
background-size: 32px 32px;
- background-color: #ffffff;
+ background-color: #000000;
}
body {