Skip to content

Commit

Permalink
patch(docs): fix link color (#11352)
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallstrautman authored Apr 13, 2021
1 parent e9146be commit e9d4a74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit e9d4a74

Please sign in to comment.