fix(website): docs link text color (#10001)
This commit is contained in:
parent
abc9daf1ea
commit
784e55a38d
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue