Skip to content

Commit

Permalink
colours
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 6, 2024
1 parent 3098976 commit 43ec56f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion _sass/color_schemes/napier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@ $purple-000: #7253ed !default;
$purple-100: #5e41d0 !default;
$purple-200: #4e26af !default;
$purple-300: #381885 !default;
$purple-lt-000: #e8dafa;
$blue-000: #2c84fa !default;
$blue-100: #2869e6 !default;
$blue-200: #264caf !default;
$blue-300: #183385 !default;
$blue-lt-000: #dae8fa;
$green-000: #41d693 !default;
$green-100: #11b584 !default;
$green-200: #009c7b !default;
$green-300: #026e57 !default;
$green-lt-000: #e4fada;
$yellow-000: #ffeb82 !default;
$yellow-100: #fadf50 !default;
$yellow-200: #f7d12e !default;
$yellow-300: #e7af06 !default;
$yellow-lt-000: #fafada;
$red-000: #f77e7e !default;
$red-100: #f96e65 !default;
$red-200: #e94c4c !default;
$red-300: #dd2e2e !default;
$red-lt-000: #fadada;
$red-dk-000: #800000;

$link-color: $purple-100
$link-color: $purple-100;
4 changes: 2 additions & 2 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ details.green-bar {
margin: 0.6em;
}
details.blue-bar summary {
background-color: $blue-000;
background-color: $blue-lt-000;
font-size: large;
font-weight: bold;
}
details.green-bar summary {
background-color: $green-000;
background-color: $green-lt-000;
font-size: large;
font-weight: bold;
}
Expand Down

0 comments on commit 43ec56f

Please sign in to comment.