Skip to content

Commit

Permalink
article: seq diagram colour changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bonfitto committed Mar 12, 2024
1 parent 703762c commit f8fc9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/posts/2024/03/http2-and-http3-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function afterMermaidRenderCallback()
// light pink --> dark pink
else if (currentRectFill == "rgb(253, 213, 224)")
{
rect.setAttribute("fill", "rgb(125, 78, 87)");
rect.setAttribute("fill", "rgb(53, 1, 44)");
}
// light blue --> dark blue
else if (currentRectFill == "rgb(179, 205, 230)")
Expand Down
2 changes: 1 addition & 1 deletion src/posts/2024/03/http2-e-http3-explicados.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function afterMermaidRenderCallback()
// light pink --> dark pink
else if (currentRectFill == "rgb(253, 213, 224)")
{
rect.setAttribute("fill", "rgb(125, 78, 87)");
rect.setAttribute("fill", "rgb(53, 1, 44)");
}
// light blue --> dark blue
else if (currentRectFill == "rgb(179, 205, 230)")
Expand Down

0 comments on commit f8fc9b7

Please sign in to comment.