Skip to content

Commit 2569104

Browse files
Merge pull request #391 from nextcloud/backport/382/stable16
[stable16] Fix notification body text alignment and text contrast
2 parents 35d91b7 + f866b6a commit 2569104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
.notification-message,
134134
.notification-full-message {
135135
line-height: 20px;
136-
opacity: .57;
136+
padding-left: 42px; // 32px icon + 10px title padding
137+
color: var(--color-text-maxcontrast);
137138

138139
& > .collapsed {
139140
overflow: hidden;

0 commit comments

Comments
 (0)