diff --git a/.github/assets/index.html b/.github/assets/index.html index 17fcd00..1664af4 100644 --- a/.github/assets/index.html +++ b/.github/assets/index.html @@ -57,6 +57,25 @@ opacity: 0.85; margin: 0; } + #source-link { + position: fixed; + top: 20px; + right: 20px; + display: inline-flex; + color: inherit; + text-decoration: none; + } + #source-link svg { + width: 24px; + height: 24px; + fill: currentColor; + transition: transform 0.2s ease, opacity 0.2s ease; + } + #source-link:hover svg, + #source-link:focus svg { + transform: scale(1.05); + opacity: 0.85; + } @@ -69,6 +88,16 @@
+ + +