From d57c6202f43ca37bfaac184908278791df1ee7b3 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 7 Jun 2022 16:07:06 +0200 Subject: [PATCH] fix: conflicts Signed-off-by: Luka Trovic --- css/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.scss b/css/style.scss index 9447fe4915c..884024754c1 100644 --- a/css/style.scss +++ b/css/style.scss @@ -73,3 +73,12 @@ li.ProseMirror-selectednode:after { transform: translate3d(0, 0, 0); } } + +#viewer > div.modal-header > div.modal-title { + font-weight: bold; +} + +#viewer > div.modal-header { + background-color: var(--color-main-background); + border-top: 3px solid var(--color-primary-element); +}