mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
parent
85adaa44d8
commit
cb785590bc
3 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
#editorcontainerbox {
|
||||
background-color: #ffffff;
|
||||
background-color: #f2f3f4;
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
padding-bottom: var(--editor-vertical-padding);
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
background-color: #ffffff;
|
||||
background-color: var(--bg-color);
|
||||
color: #485365;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue