mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 08:09:41 +01:00
Use the lighter shade of NNW blue for darkmode article view (like iOS)
This commit is contained in:
parent
b7e0239edb
commit
6893c8ebc8
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user