Skip to content

Commit 8bc7cb5

Browse files
committed
feat: some colour changes
1 parent 505124a commit 8bc7cb5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

assets/_custom.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
--gray-200: #e9ecef;
3434
--gray-500: #adb5bd;
3535

36-
@include accent("default", #64748b);
36+
@include accent("default", hsl(279, 96, 45));
3737
@include accent("note", #4486dd);
3838
@include accent("tip", #3bad3b);
3939
@include accent("important", #8144dd);
@@ -53,7 +53,7 @@
5353
--body-font-color: #ffffff;
5454

5555
--color-link: hsl(279, 79%, 80%);
56-
--color-visited-link: hsl(239, 80%, 85%);
56+
--color-visited-link: hsl(239, 94%, 83%);
5757

5858
--icon-filter: brightness(0) invert(1);
5959

@@ -62,14 +62,14 @@
6262
--gray-500: hsl(270, 9%, 22%);
6363

6464
@include accent("default", hsl(196, 87%, 60%));
65-
@include accent("note", hsl(221, 78%, 56%));
66-
@include accent("tip", hsl(103, 74%, 49%));
67-
@include accent("important", hsl(301, 72%, 55%));
68-
@include accent("warning", hsl(13, 79%, 60%));
69-
@include accent("caution", hsl(354, 71%, 52%));
65+
@include accent("note", hsl(204, 100%, 65%));
66+
@include accent("tip", hsl(103, 100%, 59%));
67+
@include accent("important", hsl(301, 100%, 64%));
68+
@include accent("warning", hsl(13, 100%, 66%));
69+
@include accent("caution", hsl(354, 100%, 62%));
7070

7171
// Fallback for {{< hint >}} shortcodes
72-
@include accent("info", hsl(221, 78%, 56%));
72+
@include accent("info", hsl(204, 100%, 65%));
7373
@include accent("success", hsl(103, 74%, 49%));
7474
@include accent("danger", hsl(354, 71%, 52%));
7575
}

0 commit comments

Comments
 (0)