Skip to content

Commit

Permalink
Darkening URL color in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Jul 29, 2024
1 parent 35caa22 commit 7369e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $pink-1: #ffddd2;
$pink-2: #e29578;

$url-blue: #01baef;
$url-blue-2: #0081a7;

$cream: #f4f3ee;
$gray-0: #d6d6d6;
Expand All @@ -36,7 +37,7 @@ $footer-text: $pink-1;
// Page Colors
$body-bg: $cream;
$body-color: $black;
$link-color: $url-blue;
$link-color: $url-blue-2;

// Code Colors
$code-color: $gray-3; // inline code text color
Expand Down

0 comments on commit 7369e9a

Please sign in to comment.