Skip to content

Commit

Permalink
Merge pull request #8 from ViktorSvertoka/master
Browse files Browse the repository at this point in the history
Style(CSS) Code style edits
  • Loading branch information
ViktorSvertoka authored Sep 15, 2023
2 parents d0e5884 + 1a44fd6 commit 9b3f59f
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 @@ -84,9 +84,14 @@ img {
height: auto;
}
input, textarea, select, button {
font: inherit;
}
button {
cursor: pointer;
border: none;
}
`;

Expand Down

0 comments on commit 9b3f59f

Please sign in to comment.