From 2984673b5b868a03520c067a4ca177d1d1f73d29 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Tue, 13 Aug 2024 00:58:33 +0100 Subject: [PATCH] fix: background --- src/wiki/assets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiki/assets/index.css b/src/wiki/assets/index.css index 0d8464a..d96a909 100644 --- a/src/wiki/assets/index.css +++ b/src/wiki/assets/index.css @@ -1,6 +1,6 @@ html { - background: #008B8B url(./assets/backgroundsharkycoin.png); + background: #008B8B url(./backgroundsharkycoin.png); -webkit-font-smoothing: antialiased; }