overleaf/services/web/frontend/stylesheets/bootstrap-5/abstracts/themes-common-variables.scss

8 lines
127 B
SCSS
Raw Normal View History

:root {
--editor-border-color: var(--neutral-80);
}
@include theme('light') {
--editor-border-color: var(--neutral-20);
}