From 3422a1b94ba14915b33d6040f75eed07fb56a0f1 Mon Sep 17 00:00:00 2001 From: Kendall Strautman Date: Tue, 13 Apr 2021 12:28:38 -0700 Subject: [PATCH] patch(docs): fix link color --- website/pages/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pages/style.css b/website/pages/style.css index 16826deb24b3..33a51160438d 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -96,3 +96,8 @@ background: var(--gray-1); color: white; } + +/** DEBT: short term patch until the branding changes roll out. Remove this with this PR — https://github.com/hashicorp/vault/pull/11118 **/ +.g-content { + --brand-text: var(--vagrant) !important; +}