From 98031720bf9f3674836306dd14fab1c5bb2cec6a Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:39:20 +0000 Subject: [PATCH] Reduce title boldness and add gradient effect Changed content row titles to: - font-semibold (less bold than before) - Added gradient: #fafafa (very light grey) to #9ca3af (light grey) - Used background-clip: text for gradient effect - More subtle and elegant appearance Co-authored-by: Cursor --- src/components/ContentRow.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index 07312a6..98dc080 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -1,6 +1,6 @@