|
33 | 33 | --gray-200: #e9ecef; |
34 | 34 | --gray-500: #adb5bd; |
35 | 35 |
|
36 | | - @include accent("default", #64748b); |
| 36 | + @include accent("default", hsl(279, 96, 45)); |
37 | 37 | @include accent("note", #4486dd); |
38 | 38 | @include accent("tip", #3bad3b); |
39 | 39 | @include accent("important", #8144dd); |
|
53 | 53 | --body-font-color: #ffffff; |
54 | 54 |
|
55 | 55 | --color-link: hsl(279, 79%, 80%); |
56 | | - --color-visited-link: hsl(239, 80%, 85%); |
| 56 | + --color-visited-link: hsl(239, 94%, 83%); |
57 | 57 |
|
58 | 58 | --icon-filter: brightness(0) invert(1); |
59 | 59 |
|
|
62 | 62 | --gray-500: hsl(270, 9%, 22%); |
63 | 63 |
|
64 | 64 | @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%)); |
70 | 70 |
|
71 | 71 | // Fallback for {{< hint >}} shortcodes |
72 | | - @include accent("info", hsl(221, 78%, 56%)); |
| 72 | + @include accent("info", hsl(204, 100%, 65%)); |
73 | 73 | @include accent("success", hsl(103, 74%, 49%)); |
74 | 74 | @include accent("danger", hsl(354, 71%, 52%)); |
75 | 75 | } |
|
0 commit comments