From ff4ea6a9e5b394cceac21996c3a39a2e090337bc Mon Sep 17 00:00:00 2001 From: stefnotch Date: Mon, 4 Sep 2023 11:14:41 +0200 Subject: [PATCH] Use transparent-looking background --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 00b7dd8..79fb6c4 100644 --- a/style.css +++ b/style.css @@ -136,7 +136,9 @@ button { } #output-container img { - background-color: var(--background); + background: + repeating-conic-gradient(#808080 0% 25%, transparent 0% 50%) + 50% / 20px 20px; width: 100%; image-rendering: pixelated; } \ No newline at end of file