mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-30 19:11:09 +02:00
13 lines
206 B
SCSS
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;
|
|
}
|
|
}
|