1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-24 07:42:07 +03:00

MD Editor: Fixed lack of toolbar BG when in fullscreen

For #4641
This commit is contained in:
Dan Brown
2023-11-02 12:41:07 +00:00
parent 02d140120a
commit 9dd05b8751

View File

@ -149,7 +149,7 @@ html.markdown-editor-display.dark-mode {
font-size: 11px;
line-height: 1.6;
border-bottom: 1px solid #CCC;
//background-color: var(--color-primary-light);
@include lightDark(background-color, #FFF, #333);
@include lightDark(border-color, #CCC, #000);
flex: none;
@include whenDark {