Skip to content

Commit e5c73d2

Browse files
committed
fix(docs): corner github link
1 parent 61c2b7b commit e5c73d2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/css/style.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -88,27 +88,27 @@ img {
8888
}
8989
}
9090

91+
a.github-corner {
92+
z-index: 1;
93+
}
94+
9195
.github-corner svg {
9296
border-bottom: 0;
97+
color: #fff;
98+
fill: var(--secondary-color);
99+
height: 80px;
93100
position: fixed;
94101
right: 0;
95102
text-decoration: none;
96103
top: 0;
97-
z-index: 1;
104+
width: 80px;
98105
}
99106

100107
.github-corner:hover svg .octo-arm {
101108
opacity: 1;
102109
animation: b 560ms ease-in-out;
103110
}
104111

105-
.github-corner svg {
106-
color: #fff;
107-
fill: var(--secondary-color);
108-
height: 80px;
109-
width: 80px;
110-
}
111-
112112
main {
113113
display: block;
114114
position: relative;

static/style.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)