Skip to content

Commit

Permalink
Reset margins and padding of html element
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianl committed Nov 28, 2020
1 parent 0df3ce1 commit 101bfe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/ui.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
html {
margin: 0;
padding: 0;
}

#hyperClick {
background-color: var(--background);
color: var(--foreground);
Expand Down

0 comments on commit 101bfe5

Please sign in to comment.