Skip to content

Commit d54d3d6

Browse files
authored
fix: 💄 set subgraph background to white for FP slides (#176)
# Description This should have been white. Default is like a gray-ish colour. This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all`
1 parent 83555ec commit d54d3d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posts/functional-programming-talk-2025/slides.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,10 @@ graph LR
771771
B(Type B)
772772
end
773773
774-
M -->|M f| Out(Type A)
774+
M::monad -->|M f| Out(Type A)
775775
A -->|f| Out
776+
777+
classDef monad fill:white;
776778
```
777779

778780
## Example monad: Option type in Rust {.center}

0 commit comments

Comments
 (0)