Use the lighter shade of NNW blue for darkmode article view (like iOS)

This commit is contained in:
Maurice Parker 2020-08-20 21:02:28 -05:00
parent b7e0239edb
commit 6893c8ebc8
2 changed files with 5 additions and 5 deletions

View File

@ -18,8 +18,8 @@ body {
:root {
--body-color: #d2d2d2;
--body-background-color: #2d2d2d;
--accent-color: rgba(45, 128, 241, 1);
--block-quote-border-color: rgba(45, 128, 241, .50);
--accent-color: rgba(94, 158, 244, 1);
--block-quote-border-color: rgba(94, 158, 244, .50);
--header-table-border-color: rgba(255, 255, 255, 0.1);
}
}

View File

@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xF4",
"green" : "0x9E",
"red" : "0x5E"
"blue" : "244",
"green" : "158",
"red" : "94"
}
},
"idiom" : "universal"