From 91a660ef436fea189c160c67eb6b25e69b3473e6 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Sun, 5 Dec 2021 16:26:14 -0800 Subject: [PATCH] Automatically change bookmark group text color based on background color --- Start/Client/Components/BookmarkGroup.razor | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Start/Client/Components/BookmarkGroup.razor b/Start/Client/Components/BookmarkGroup.razor index a644691..e29d746 100644 --- a/Start/Client/Components/BookmarkGroup.razor +++ b/Start/Client/Components/BookmarkGroup.razor @@ -1,6 +1,10 @@ -
+@using System.Drawing + +
-

@this.Group.Title

+

+ @this.Group.Title +