Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and vinicius73 committed Jun 30, 2022
1 parent 1cc7755 commit d57c620
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit d57c620

Please sign in to comment.