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