Skip to content

Commit

Permalink
npm run all
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Mar 3, 2025
1 parent 85e7274 commit 5a2ecc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/protoplugin-example/www/app.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
font-family:
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
h1 {
margin: 15px 0;
Expand Down

0 comments on commit 5a2ecc5

Please sign in to comment.