Skip to content

Commit

Permalink
chore: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Feb 26, 2024
1 parent aa98147 commit 47c5c44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions identinet.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
--r-heading-font: Space Grotesk, sans-serif;
--r-heading-color: #212121;
--r-heading-color: #004f91;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: none;
Expand All @@ -31,10 +31,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
--r-heading3-size: 1.3em;
--r-heading4-size: 1em;
--r-code-font: monospace;
--r-link-color: #004f91;
--r-link-color-dark: #002545;
--r-link-color-hover: #0079de;
--r-selection-background-color: #1293ff;
--r-link-color: #039be5;
--r-link-color-dark: #026899;
--r-link-color-hover: #38bcfc;
--r-selection-background-color: #f56afe;
--r-selection-color: #fff;
}

Expand Down Expand Up @@ -361,7 +361,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
--lightPrimary1: #039be5;
--lightPrimary2: #4fc3f7;
--lightPrimary3: #b3e5fc;
--lightSecondary1: #ec407a;
--lightSecondary1: #d902e6;
--lightSecondary2: #f48fb1;
--lightSecondary3: #fce4ec;
--black: #212121;
Expand Down
9 changes: 5 additions & 4 deletions source/identinet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ $darkPrimary2: #004f91;
$lightPrimary1: #039be5;
$lightPrimary2: #4fc3f7;
$lightPrimary3: #b3e5fc;
$lightSecondary1: #ec407a;
$lightSecondary1: #d902e6;
// $lightSecondary1: #ec407a;
$lightSecondary2: #f48fb1;
$lightSecondary3: #fce4ec;
$black: #212121;
Expand All @@ -40,7 +41,7 @@ $white: #ffffff;
$backgroundColor: $grey5;

$mainColor: $grey80;
$headingColor: $black;
$headingColor: $darkPrimary2;

$mainFontSize: 42px;
$mainFont: "Inter", sans-serif;
Expand All @@ -49,9 +50,9 @@ $headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: none;
$headingFontWeight: 600;
$linkColor: $darkPrimary2;
$linkColor: $lightPrimary1;
$linkColorHover: lighten($linkColor, 15%);
$selectionBackgroundColor: lighten($linkColor, 25%);
$selectionBackgroundColor: lighten($lightSecondary1, 25%);

// $heading1Size: 2.3rem;
// $heading2Size: 1.65rem;
Expand Down

0 comments on commit 47c5c44

Please sign in to comment.