Skip to content

Commit

Permalink
fix github banner CSS so it does not interfere with background
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 8, 2023
1 parent 344cfbe commit b773c8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
<h1><img src="webgpu-notext.svg" class="logo">WebGPU Report <div class="hide-on-copy" title="download to file" id="download">⬇️</div></h1>
<div id="content"></div>
<style>
#forkongithub {
pointer-events: none;
}
#forkongithub a {
background: #000;
color: #fff;
Expand All @@ -173,6 +176,7 @@ <h1><img src="webgpu-notext.svg" class="logo">WebGPU Report <div class="hide-on-
position: relative;
transition: 0.5s;
display: block;
pointer-events: all;
}
#forkongithub a:hover {
background: #c11;
Expand Down

0 comments on commit b773c8e

Please sign in to comment.