Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Feb 13, 2024
1 parent 9e523b2 commit 045d2ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ html, body {
position: absolute;
top: 20px;
left: 20px;
background-color: grey;
background-color: rgba(128, 128, 128, 0.95);
color: white;
padding: 0.5em;
font-size: 18px;
pointer-events: none;
}

#description h2 {
Expand All @@ -26,9 +27,10 @@ html, body {
position: fixed;
bottom: 20px;
left: 20px;
background-color: grey;
background-color: rgba(128, 128, 128, 0.95);
color: white;
padding: 0.5em;
font-size: 18px;
z-index: 1;
pointer-events: none;
}

0 comments on commit 045d2ad

Please sign in to comment.