Skip to content

Commit

Permalink
Style(CSS) Code style edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Sep 15, 2023
1 parent 268e505 commit 1a44fd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

body {
background-color: #fff;
background: var(--black-color);
/* background-image: url('./assets/background.png'); */
background-size: auto 100%;
background-position: center center;
Expand Down
5 changes: 5 additions & 0 deletions src/styles/globalStyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,14 @@ img {
height: auto;
}
input, textarea, select, button {
font: inherit;
}
button {
cursor: pointer;
border: none;
}
`;

Expand Down

0 comments on commit 1a44fd6

Please sign in to comment.