From 5598293941f188be49fe8818cb1d71a051b23784 Mon Sep 17 00:00:00 2001 From: Matthew Bernhardt Date: Fri, 8 Nov 2024 11:41:42 -0500 Subject: [PATCH] Better specify text colors in class diagram --- docs/reference/classes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/classes.md b/docs/reference/classes.md index ecf0edb..add58eb 100644 --- a/docs/reference/classes.md +++ b/docs/reference/classes.md @@ -148,6 +148,6 @@ classDiagram style Categorization fill:#000,stroke:#8da0cb,color:#8da0cb,stroke-dasharray: 3 5; style Detection fill:#000,stroke:#8da0cb,color:#8da0cb,stroke-dasharray: 3 5; - style Confirmation fill:#000,stroke:#ffd407,stroke-dasharray: 5 10; - style User fill:#000,stroke:#ffd407,stroke-dasharray: 5 10; + style Confirmation fill:#000,stroke:#ffd407,color:#ffd407,stroke-dasharray: 5 10; + style User fill:#000,stroke:#ffd407,color:#ffd407,stroke-dasharray: 5 10; ```