Skip to content

Commit d2cdf75

Browse files
style: header style
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 48cb0d4 commit d2cdf75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/style.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ li.ProseMirror-selectednode:after {
7373
transform: translate3d(0, 0, 0);
7474
}
7575
}
76+
77+
.app-text > div.modal-header {
78+
background-color: var(--color-main-background);
79+
border-top: 3px solid var(--color-primary-element);
80+
font-weight: bold;
81+
}
82+

0 commit comments

Comments
 (0)