From a644b9a0f7e78d098667bcb29b0d1dda4781a75d Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Mon, 14 Feb 2022 23:03:13 +0100 Subject: [PATCH] WIP --- src/ui/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/App.css b/src/ui/App.css index c3a2e57..bed7e1e 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -24,7 +24,7 @@ body { .dark { background-color: #232831; - background-image: url(src/ui/img/pattern.png); + /* background-image: url(src/ui/img/pattern.png); */ color: #ddd; --color-btn: rgb(0, 173, 136);