diff options
| author | louismaxime.piton <[email protected]> | 2023-03-08 12:34:10 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-10 11:16:59 -0600 |
| commit | 8e27427fd971c1fff25890e9614f4a44751d277c (patch) | |
| tree | 11eb760d7b5f98bbaccacbbc69f1f62c03ed10d6 | |
| parent | 1f7e7ebd1033aa50ba39fdd66b2fb48b8540a05d (diff) | |
| download | bootstrap-8e27427fd971c1fff25890e9614f4a44751d277c.tar.xz bootstrap-8e27427fd971c1fff25890e9614f4a44751d277c.zip | |
Improve `scss-docs` link
| -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"> |
