diff --git a/src/element/Invoice.css b/src/element/Invoice.css index d01fd6c51..c2fcfd0da 100644 --- a/src/element/Invoice.css +++ b/src/element/Invoice.css @@ -1,5 +1,5 @@ .note-invoice { - background: var(--note-bg-color); + background: var(--note-bg); border: 1px solid var(--font-secondary-color); border-radius: 16px; padding: 12px; diff --git a/src/index.css b/src/index.css index 0d3bd6db5..f11c2f321 100644 --- a/src/index.css +++ b/src/index.css @@ -9,7 +9,7 @@ --font-size-small: 14px; --font-size-tiny: 12px; --modal-bg-color: rgba(0,0,0, 0.8); - --note-bg: #0C0C0C; + --note-bg: #111; --highlight-light: #ffd342; --highlight: #ffc400; --highlight-dark: #dba800;