From 6a977ad7ca8d9de31d22a4dcc962c37f3c8762d6 Mon Sep 17 00:00:00 2001 From: Mateusz Szwed Date: Tue, 10 Dec 2024 17:04:36 +0100 Subject: [PATCH] code: remove background from i element --- songbook/src/flask/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/songbook/src/flask/static/style.css b/songbook/src/flask/static/style.css index 9ae201d..886f1d7 100644 --- a/songbook/src/flask/static/style.css +++ b/songbook/src/flask/static/style.css @@ -147,7 +147,6 @@ right: 7vw; top: 15px; z-index: 10 !important; - background-color: #ffffff; color: #000; text-align: center; }