Skip to content

Commit 6cb4968

Browse files
committed
Use a specifically colour blind firendly palette
1 parent 8ce24c7 commit 6cb4968

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/browse/colors.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export const colors = {
2424

2525
// Thanks to https://github.com/cyipt/cyipt-website/issues/23
2626
cycle_paths: {
27-
track: "#007e00ff",
28-
lane: "#1100ffff",
29-
shared_use_segregated: "#FF9900",
30-
shared_use_unsegregated: "#E7E700",
27+
track: "#56B4E9",
28+
lane: "#CC79A7",
29+
shared_use_segregated: "#F0E442",
30+
shared_use_unsegregated: "#D55E00",
3131
},
3232

3333
rights_of_way: {

0 commit comments

Comments
 (0)