vault/ui/app/styles/components/doc-link.scss
2023-12-18 17:03:35 +00:00

13 lines
206 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.doc-link {
color: $blue;
font-weight: $font-weight-semibold;
&:hover {
text-decoration: underline !important;
}
}