Skip to content

Commit 8b0189f

Browse files
authored
Add support for CATF in browse apge (#636)
1 parent b419f80 commit 8b0189f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/browse/schemes/colors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export let atfFundingProgrammes = {
44
ATF3: "#8da0cb",
55
ATF4: "#e78ac3",
66
ATF4E: "#a6d854",
7-
ATF5: "purple",
7+
ATF5: "#ffd92f",
8+
CATF: "#e5c494",
89
};
910

1011
export let currentMilestones = {

0 commit comments

Comments
 (0)