mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6c7ee8f778
[web] BS5 chat pane GitOrigin-RevId: 8587aca1372b4d2087863d492e702f04a31c23e2
7 lines
127 B
SCSS
7 lines
127 B
SCSS
:root {
|
|
--editor-border-color: var(--neutral-80);
|
|
}
|
|
|
|
@include theme('light') {
|
|
--editor-border-color: var(--neutral-20);
|
|
}
|