From 587b9361b93a3bccfc181b25c5d0fc43dffc8a13 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 3 Nov 2024 21:29:52 +0100 Subject: [PATCH] adjust colors --- abrechenbarkeit.lua | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 0358055..e702935 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -254,7 +254,7 @@ local function r_user(username) print("") print([[
-

Create 🏳️‍⚧️✊

+

Create Transaction

@@ -278,7 +278,7 @@ local function r_user(username) - +
]]) print("") diff --git a/style.css b/style.css index b7e0f55..d0b9024 100644 --- a/style.css +++ b/style.css @@ -185,11 +185,11 @@ input.amount-neg { /* amount neutral */ .amount-ntr { - color: #04d8f4; + color: #00e1ff; } input.amount-ntr { - background-color: #5285a8; + background-color: #0e646f; } h3 {