Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquinalha authored Dec 29, 2023
1 parent 21aa96e commit 2eff23d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
font-family: "Inter", sans-serif;
background: #0a0a0a;
}

::-webkit-scrollbar {
Expand All @@ -20,15 +21,15 @@ body {
background: #16a34a;
}

.commits {
#myCanvas {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100vw;
height: 100vh;
overflow: hidden;
background: #171717;
background: #0a0a0a;
display: flex;
flex-wrap: wrap;
gap: 4px;
Expand Down

0 comments on commit 2eff23d

Please sign in to comment.