From 98bee2058fadf80f56df459876555c0ede066b00 Mon Sep 17 00:00:00 2001 From: Deleplace Date: Thu, 5 Sep 2024 14:44:50 +0200 Subject: [PATCH] _content/css: color of buttons and links, in auto (dark) theme Fixes golang/go#69215 Change-Id: I708e7af6790969444afc0527775643d4c42c90c3 Reviewed-on: https://go-review.googlesource.com/c/website/+/611155 Reviewed-by: Hyang-Ah Hana Kim LUCI-TryBot-Result: Go LUCI Auto-Submit: Hyang-Ah Hana Kim --- _content/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_content/css/styles.css b/_content/css/styles.css index c638e7a4..254337c7 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -138,6 +138,7 @@ --color-text-subtle: var(--gray-7); --color-text-alert: #e67193; --color-code-comment: var(--green-light); + --color-bright-text-link: var(--turq-med); } }