Change link color to more closely match the tint color
This commit is contained in:
parent
786a4e48c4
commit
8d5f7cd6cb
|
@ -9,10 +9,10 @@
|
|||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"red" : "0x44",
|
||||
"red" : "68",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0xE2",
|
||||
"green" : "0x90"
|
||||
"blue" : "226",
|
||||
"green" : "144"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27,10 +27,10 @@
|
|||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"red" : "0x8C",
|
||||
"red" : "0x61",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0xFA",
|
||||
"green" : "0xBF"
|
||||
"blue" : "0xFF",
|
||||
"green" : "0xAD"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"components" : {
|
||||
"red" : "0x44",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0xE1",
|
||||
"blue" : "0xE2",
|
||||
"green" : "0x90"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"red" : "0.549",
|
||||
"red" : "0x61",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.980",
|
||||
"green" : "0.749"
|
||||
"blue" : "0xFF",
|
||||
"green" : "0xAD"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ a:hover {
|
|||
|
||||
@media(prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--link-color: #8CBFFA;
|
||||
--link-color: #61ADFF;
|
||||
--header-table-border-color: rgba(255, 255, 255, 0.1);
|
||||
--header-color: #d2d2d2;
|
||||
--header-link-color: #4490e2;
|
||||
|
|
Loading…
Reference in New Issue