Skip to content

Commit 9f18189

Browse files
committed
enhancement: Refine Dark Theme Paragraph Text Contrast (#8768)
1 parent c54e082 commit 9f18189

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

resources/scss/theme-neo-dark/Global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
p {
38-
color : var(--sem-color-fg-neutral-contrast);
38+
color : var(--white-off);
3939
font-family : var(--core-fontfamily-sans);
4040
font-size : var(--core-fontsize-body);
4141
font-weight : var(--core-fontweight-regular);

resources/scss/theme-neo-dark/design-tokens/Core.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@
7272
--spacing-96 : 96px;
7373
--Transparent : rgba(255,255,255,0);
7474
--white : #FFFFFF;
75+
--white-off : #DDDDEE;
7576
}

0 commit comments

Comments
 (0)