Skip to content

Commit

Permalink
fix(docs): corner github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 27, 2025
1 parent 61c2b7b commit 432f1be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,20 @@ img {
}
}

.github-corner a {
z-index: 1;
}

.github-corner svg {
border-bottom: 0;
color: #fff;
fill: var(--secondary-color);
height: 80px;
position: fixed;
right: 0;
text-decoration: none;
top: 0;
width: 80px;
z-index: 1;
}

Expand All @@ -102,13 +110,6 @@ img {
animation: b 560ms ease-in-out;
}

.github-corner svg {
color: #fff;
fill: var(--secondary-color);
height: 80px;
width: 80px;
}

main {
display: block;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion static/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 432f1be

Please sign in to comment.