diff options
| -rw-r--r-- | site/layouts/shortcodes/scss-docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/shortcodes/scss-docs.html b/site/layouts/shortcodes/scss-docs.html index 919a951ac..2bfdf8de5 100644 --- a/site/layouts/shortcodes/scss-docs.html +++ b/site/layouts/shortcodes/scss-docs.html @@ -41,7 +41,7 @@ <div class="bd-example-snippet bd-code-snippet bd-scss-docs"> <div class="d-flex align-items-center highlight-toolbar ps-3 pe-2 py-1 border-bottom"> - <a class="font-monospace text-body-secondary text-decoration-none small" href="{{ .Site.Params.repo }}/blob/v{{ .Site.Params.current_version }}/{{ $file | replaceRE `\\` "/" }}"> + <a class="font-monospace link-secondary link-underline-secondary link-underline-opacity-0 link-underline-opacity-100-hover small" href="{{ .Site.Params.repo }}/blob/v{{ .Site.Params.current_version }}/{{ $file | replaceRE `\\` "/" }}"> {{- $file -}} </a> <div class="d-flex ms-auto"> |
