Skip to content

Commit

Permalink
Change background colour to black (for over-scrolling)
Browse files Browse the repository at this point in the history
  • Loading branch information
KojoBailey committed Nov 29, 2024
1 parent f21546a commit dc10176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ body {
-moz-osx-font-smoothing: grayscale;

overflow-x: visible; /* Stop background animation from creating horizontal scroll. */
background-color: black;
}

code {
Expand Down Expand Up @@ -258,7 +259,7 @@ p {
.bg-container {
height: 660px;
}

.jjbmc-logo {
position: absolute;
top: 65px;
Expand Down

0 comments on commit dc10176

Please sign in to comment.