mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
8 lines
127 B
SCSS
8 lines
127 B
SCSS
|
:root {
|
||
|
--editor-border-color: var(--neutral-80);
|
||
|
}
|
||
|
|
||
|
@include theme('light') {
|
||
|
--editor-border-color: var(--neutral-20);
|
||
|
}
|