From: Dan Brown Date: Mon, 20 Jun 2022 22:06:54 +0000 (+0100) Subject: Adjusted code manager changes for dark mode X-Git-Tag: v22.06~1^2~8^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d181106df3458a1921ff5ce9d63febbe26392cea Adjusted code manager changes for dark mode --- diff --git a/resources/sass/_components.scss b/resources/sass/_components.scss index 03411301b..fe04784b2 100644 --- a/resources/sass/_components.scss +++ b/resources/sass/_components.scss @@ -658,7 +658,10 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group { .code-editor .lang-options button { display: block; padding: $-xs $-m; - border-bottom: 1px solid #eee; + border-bottom: 1px solid; + @include lightDark(color, #333, #AAA); + @include lightDark(border-bottom-color, #EEE, #000); + cursor: pointer; width: 100%; text-align: left; font-family: $mono;