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

Commit

Permalink
Fix wrong colour override for text link
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Sep 13, 2021
1 parent 5e43a52 commit c5045e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--color-notifications-button-hover-bg: transparent !important;
--color-current-user-tip-border: #{$BorderColor-1} !important;
--color-text-link: #{$LinkColor} !important;
--color-fg-default: #{$LinkColor} !important;
--color-fg-default: #{$PrimaryText} !important;
--color-canvas-default: #{$BackgroundColor-3} !important;
--color-canvas-subtle: #{$BackgroundColor-3} !important;
--color-canvas-inset: #{$BackgroundColor-3} !important;
Expand Down

0 comments on commit c5045e1

Please sign in to comment.