Skip to content

Commit

Permalink
fix: test stars bg
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikolSantos committed Aug 11, 2023
1 parent 57d6b9d commit dffb290
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/styles/GlobalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ export const GlobaStyles = createGlobalStyle`
html, body, #root, main {
height: 100%;
overflow-x: hidden;
}
body {
background-color: var(--color-black-200);
color: var(--color-grey-200);
overflow-x: hidden;
}
main {
position: relative;
}
::-webkit-scrollbar {
Expand Down

0 comments on commit dffb290

Please sign in to comment.