This commit is contained in:
maaa 2023-08-26 19:10:50 +02:00
parent 5e468d824f
commit 64bdb332f0
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
--theme-text-color: #ffffff; --theme-text-color: #ffffff;
--exit-color: #e9e9e9; --exit-color: #e9e9e9;
--session-color: #f4f4f4; --session-color: #f4f4f4;
--note-button: #ffffff;
} }
p, h1, h2, h3, h4, h5, h6 { p, h1, h2, h3, h4, h5, h6 {
@ -110,7 +111,7 @@ body {
padding: 10px; padding: 10px;
margin: 7px; margin: 7px;
margin-bottom: 0; margin-bottom: 0;
background-color: #ffffff; background-color: var(--note-button);
color: var(--text-color); color: var(--text-color);
border: none; border: none;
border-radius: 8px; border-radius: 8px;