Skip to content

Commit

Permalink
Update favicon and overflow text
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Mar 16, 2023
1 parent 2f0aed1 commit 413570d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion frontend/src/styles/GlobalStyle.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import { createGlobalStyle } from 'styled-components'

const GlobalStyle = createGlobalStyle`
* {
box-sizing: border-box;
}
pre {
font-size: 20px;
border-radius: 10px;
overflow-x: auto;
}
body {
Expand Down

0 comments on commit 413570d

Please sign in to comment.