Change link color to more closely match the tint color

This commit is contained in:
Maurice Parker 2019-09-17 15:38:55 -05:00
parent 786a4e48c4
commit 8d5f7cd6cb
4 changed files with 11 additions and 11 deletions

View File

@ -9,10 +9,10 @@
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0x44", "red" : "68",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0xE2", "blue" : "226",
"green" : "0x90" "green" : "144"
} }
} }
}, },
@ -27,10 +27,10 @@
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0x8C", "red" : "0x61",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0xFA", "blue" : "0xFF",
"green" : "0xBF" "green" : "0xAD"
} }
} }
} }

View File

@ -29,7 +29,7 @@
"components" : { "components" : {
"red" : "0x44", "red" : "0x44",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0xE1", "blue" : "0xE2",
"green" : "0x90" "green" : "0x90"
} }
} }

View File

@ -27,10 +27,10 @@
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.549", "red" : "0x61",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.980", "blue" : "0xFF",
"green" : "0.749" "green" : "0xAD"
} }
} }
} }

View File

@ -45,7 +45,7 @@ a:hover {
@media(prefers-color-scheme: dark) { @media(prefers-color-scheme: dark) {
:root { :root {
--link-color: #8CBFFA; --link-color: #61ADFF;
--header-table-border-color: rgba(255, 255, 255, 0.1); --header-table-border-color: rgba(255, 255, 255, 0.1);
--header-color: #d2d2d2; --header-color: #d2d2d2;
--header-link-color: #4490e2; --header-link-color: #4490e2;