Skip to content
Prev Previous commit
Next Next commit
chore(style): fix link style in markdown
  • Loading branch information
antonreshetov committed Aug 13, 2022
commit 2e0e6b2b81ad5ef175be526a76bb85efa1bd1472
2 changes: 1 addition & 1 deletion src/renderer/assets/scss/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
}

[data-theme^="dark"] {
a {
> a {
color: var(--color-contrast-medium);
&:hover {
color: var(--color-text);
Expand Down