Skip to content

Commit

Permalink
fixed bgColor in small screens overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
MacielG1 committed Sep 22, 2023
1 parent db90dba commit 0b1d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ input[type=number] {-moz-appearance: textfield;} /* Firefox */
font-family: "Work Sans", system-ui, Avenir, Helvetica, Arial, sans-serif;
font-weight: 400;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
@apply bg-neutral-950

}

Expand Down

0 comments on commit 0b1d9ba

Please sign in to comment.