fix(website): docs link text color (#10001)

This commit is contained in:
Kendall Strautman 2021-04-12 10:47:12 -07:00 committed by GitHub
parent abc9daf1ea
commit 784e55a38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
:root { :root {
--highlight-color: var(--consul); --highlight-color: var(--consul);
--highlight-color-text: var(--consul-text);
} }
@import '~@hashicorp/react-alert-banner/style.css'; @import '~@hashicorp/react-alert-banner/style.css';