Skip to content

Commit

Permalink
fix: fix nav bar colors for open edx (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir authored Jul 26, 2024
1 parent 97ceb35 commit 2bc511c
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"colors" : [
{
"color" : {
"color-space" : "srgb",
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "0.733",
"green" : "0.647",
"red" : "0.592"
"blue" : "0xFA",
"green" : "0xF9",
"red" : "0xF8"
}
},
"idiom" : "universal"
Expand All @@ -20,12 +20,12 @@
}
],
"color" : {
"color-space" : "srgb",
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "0.624",
"green" : "0.533",
"red" : "0.475"
"blue" : "0.275",
"green" : "0.200",
"red" : "0.153"
}
},
"idiom" : "universal"
Expand Down

0 comments on commit 2bc511c

Please sign in to comment.