From 3d0ae17abe836701783c683f47d5a6f648aa8889 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 25 May 2026 18:56:37 -0400 Subject: [PATCH] Replace attribution label color with subtle color --- styles/less/sheets/items/item-sheet-shared.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/less/sheets/items/item-sheet-shared.less b/styles/less/sheets/items/item-sheet-shared.less index 5155ad70..bc0cac8b 100644 --- a/styles/less/sheets/items/item-sheet-shared.less +++ b/styles/less/sheets/items/item-sheet-shared.less @@ -8,7 +8,7 @@ .attribution-header-label { font-style: italic; font-family: @font-body; - color: light-dark(@chat-blue-bg, @beige-50); + color: @color-text-subtle; } button.plain.inline-control {