Skip to content

Commit

Permalink
refactor(theme): improve title style for dark background demo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jan 21, 2021
1 parent 55389fa commit d82042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-default/src/builtins/Previewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
color: @c-heading;
font-size: inherit;
font-weight: 500;
background-color: #fff;
background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
transform: translateY(-50%);
pointer-events: auto;
cursor: pointer;
Expand Down

0 comments on commit d82042c

Please sign in to comment.