Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Implement reference preview rendering #743

Merged
merged 14 commits into from
Aug 31, 2022
Prev Previous commit
Next Next commit
Set proper max contrast for link
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 30, 2022
commit d90070681bca16a345a5290b4aa9e50975f4a660
2 changes: 1 addition & 1 deletion src/ReferenceWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
-webkit-box-orient: vertical;
}

&--link a {
&--link {
color: var(--color-text-maxcontrast);
}
}
Expand Down