diff --git a/index.html b/index.html index 2adbaf0..a163e8c 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,6 @@ width: max-content; height: max-content; - background-image: linear-gradient(var(--color-foreground)) var(--color-gray) url("./media/tile.png"); - background-blend-mode: normal, multiply, normal; background-color: var(--color-background); color: var(--color-foreground); } diff --git a/media/tile.png b/media/tile.png deleted file mode 100644 index 83d9245..0000000 Binary files a/media/tile.png and /dev/null differ