forked from Ailur/burgernotes-server
This commit is contained in:
parent
5e468d824f
commit
64bdb332f0
|
@ -9,6 +9,7 @@
|
|||
--theme-text-color: #ffffff;
|
||||
--exit-color: #e9e9e9;
|
||||
--session-color: #f4f4f4;
|
||||
--note-button: #ffffff;
|
||||
}
|
||||
|
||||
p, h1, h2, h3, h4, h5, h6 {
|
||||
|
@ -110,7 +111,7 @@ body {
|
|||
padding: 10px;
|
||||
margin: 7px;
|
||||
margin-bottom: 0;
|
||||
background-color: #ffffff;
|
||||
background-color: var(--note-button);
|
||||
color: var(--text-color);
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
|
|
Loading…
Reference in New Issue