Skip to content

Commit

Permalink
Tune some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 14, 2024
1 parent 6a549b1 commit ff2951d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 1 addition & 8 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,7 @@
width: 200px;
}

button {
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}


button:hover {
background-color: #0056b3;
Expand Down
16 changes: 15 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
/* You can add global styles to this file, and also import other style files */

body {
font-size: 16px;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, Roboto, 'Helvetica Neue', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto,
"Helvetica Neue", Arial, sans-serif;
}

button {
font-size: 16px;
padding: 10px 20px;
background-color: #007bff;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto,
"Helvetica Neue", Arial, sans-serif;
}

0 comments on commit ff2951d

Please sign in to comment.