Skip to content

Commit f866b6a

Browse files
jancborchardtBackportbot
authored andcommitted
Fix notification body text alignment and text contrast
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
1 parent b650d6f commit f866b6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
.notification-message,
132132
.notification-full-message {
133133
line-height: 20px;
134-
opacity: .57;
134+
padding-left: 42px; // 32px icon + 10px title padding
135+
color: var(--color-text-maxcontrast);
135136

136137
& > .collapsed {
137138
overflow: hidden;

0 commit comments

Comments
 (0)