Skip to content

Commit 52b8429

Browse files
authored
Merge pull request #195 from praveenpuglia/fix-188-fork-me-banner-not-clickable
Fix : #188. Fork Me banner not clickable
2 parents 1368dd5 + c02fac3 commit 52b8429

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

style/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
background-color: white;
2222
color: hsl(227, 15%, 24%);
2323
}
24-
24+
2525
@keyframes pulse {
2626
to { line-height: 3; }
2727
}
@@ -143,7 +143,7 @@ body > header {
143143
padding-top: .5em;
144144
font-size: 200%;
145145
color: hsl(190, 52%, 50%);
146-
146+
147147
background: radial-gradient(circle at 50% 90%, white 1em, hsla(0,0%,100%,0) 0) -2.5em 100% / 5em 5em,
148148
radial-gradient(circle at bottom, white 1.5em, hsl(145, 34%, 99%) 2em, hsla(145, 34%, 99%, 0) 0) 0em 100% / 5em 5em,
149149
radial-gradient(circle at bottom, white 2em, hsl(145, 34%, 99%) 3em, hsla(145, 34%, 99%, 0) 0) 0 100% / 10em 10em,
@@ -380,7 +380,7 @@ body > footer {
380380
font-size: 75%;
381381
}
382382
}
383-
383+
384384
#quick-look pre::before {
385385
position: absolute;
386386
bottom: 100%;
@@ -443,8 +443,9 @@ body > footer {
443443
text-decoration: none;
444444
color: #f5ebd6;
445445
box-shadow: 0 0.1em 0 0.1em rgba(0, 0, 0, 0.15);
446+
z-index: 1;
446447
}
447-
448+
448449
.github-ribbon:hover {
449450
background: black;
450451
color: white;
@@ -454,4 +455,4 @@ body > footer {
454455
position: absolute;
455456
top: 1em;
456457
right: 1em;
457-
}
458+
}

0 commit comments

Comments
 (0)