From ae918454d757246590418adeb5c426d1b959e08e Mon Sep 17 00:00:00 2001 From: KillariDev Date: Thu, 12 Dec 2024 10:57:57 +0200 Subject: [PATCH] make transaction input background transparent. It never makes sense to have default color to be white --- app/css/bulma.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/css/bulma.css b/app/css/bulma.css index 1ab83394..d9f56b52 100644 --- a/app/css/bulma.css +++ b/app/css/bulma.css @@ -2324,11 +2324,6 @@ div.icon-text { color: currentColor; } -.notification code, -.notification pre { - background: white; -} - .notification pre code { background: transparent; }