Skip to content

Commit

Permalink
[#2] Feedback: Wrap all css in @layer base
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapease committed May 15, 2024
1 parent b7c3424 commit f0e0492
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
font-weight: 700;
src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2');
}
}

body {
font-family: 'Source Sans Pro', sans-serif;
background: black;
color: white;
}
body {
font-family: 'Source Sans Pro', sans-serif;
background: black;
color: white;
}

strong {
font-weight: 700;
strong {
font-weight: 700;
}
}

0 comments on commit f0e0492

Please sign in to comment.