fix: restore note bg

This commit is contained in:
Alejandro Gomez 2023-01-19 11:21:40 +01:00
parent 5a16b11b27
commit dc80462740
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.note-invoice { .note-invoice {
background: var(--note-bg-color); background: var(--note-bg);
border: 1px solid var(--font-secondary-color); border: 1px solid var(--font-secondary-color);
border-radius: 16px; border-radius: 16px;
padding: 12px; padding: 12px;

View File

@ -9,7 +9,7 @@
--font-size-small: 14px; --font-size-small: 14px;
--font-size-tiny: 12px; --font-size-tiny: 12px;
--modal-bg-color: rgba(0,0,0, 0.8); --modal-bg-color: rgba(0,0,0, 0.8);
--note-bg: #0C0C0C; --note-bg: #111;
--highlight-light: #ffd342; --highlight-light: #ffd342;
--highlight: #ffc400; --highlight: #ffc400;
--highlight-dark: #dba800; --highlight-dark: #dba800;