Skip to content

Commit dfd36d7

Browse files
committed
remove fade on css var
1 parent 4cfd568 commit dfd36d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/foundation/warnings.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
color: var(--app-bg-secondary);
5050
&:hover,
5151
&:focus {
52-
color: fade(var(--app-bg-secondary), 80%);
52+
color: var(--app-bg);
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)