Skip to content

Commit

Permalink
Tweaked dark-mode link colour for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAdamDay committed Jan 9, 2024
1 parent 692decf commit af9d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $purple-color: #5500AA !default;
$light-purple-color: lighten($purple-color, 25%);
$pink-color: #c91a69 !default;
$pink-color-light: #ffdddd !default;
$pink-color-desat: #c64c83 !default;
$pink-color-desat: #e771a6 !default;
$yellow-color: #efcc00 !default;

$grey-color: #828282 !default;
Expand Down

0 comments on commit af9d7cb

Please sign in to comment.