Skip to content

Commit

Permalink
fix: backlink text color
Browse files Browse the repository at this point in the history
  • Loading branch information
cosformula committed Aug 20, 2021
1 parent b2d0155 commit 9efbe52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const BlockContentOverview = (props: { block: Editor.BaseBlock }) => {
word-break: break-word;
caret-color: ${ThemingVariables.colors.text[0]};
text-align: left;
color: ${ThemingVariables.colors.text[1]};
color: ${ThemingVariables.colors.text[0]};
&:hover {
background-color: ${ThemingVariables.colors.primary[4]};
}
Expand Down

0 comments on commit 9efbe52

Please sign in to comment.