Skip to content

Commit

Permalink
Add style for extension window
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisommore committed Mar 20, 2023
1 parent 2d66c17 commit 3174efa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions popup/src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
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;
}

#root {
width: 300px;
height: 100%;
overflow: scroll;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}

0 comments on commit 3174efa

Please sign in to comment.