|
1 | | -html[data-theme="light"], html[data-theme="dark"] { |
2 | | - --pst-color-primary: #11557c; |
3 | | - --pst-color-link: rgb(17, 85, 124); |
4 | | - --pst-color-link-hover: rgb(0, 60, 99); |
5 | | -} |
6 | | - |
| 1 | +/* rgb #11557c */ |
7 | 2 | html[data-theme="light"] { |
| 3 | + --pst-color-primary: hsl(202, 76%, 28%); |
8 | 4 | --pst-color-text-base: rgb(51, 51, 51); |
| 5 | + --sd-color-primary-text: rgb(250, 250, 250); |
| 6 | + --pst-color-link: hsl(202, 76%, 25%); |
9 | 7 | } |
10 | 8 |
|
11 | 9 | html[data-theme="dark"] { |
12 | | - --pst-color-primary: #65baeaff; |
13 | | - --pst-color-text-base: rgb(240, 240, 240); |
| 10 | + --pst-color-primary: rgb(70, 152, 198); |
| 11 | + --pst-color-text-base: rgb(250, 250, 250); |
| 12 | + --sd-color-primary-text: rgb(51, 51, 51); |
| 13 | + --pst-color-link: hsl(202, 53%, 80%); |
| 14 | +} |
| 15 | + |
| 16 | +:root { |
| 17 | +--pst-color-link-hover: var(--pst-color-secondary); |
14 | 18 | } |
15 | 19 |
|
16 | 20 | .sidebar-cheatsheets, .sidebar-donate { |
|
0 commit comments