Skip to content

Commit 678c245

Browse files
remove background colour as was not compatible with dark mode on site (#80)
Signed-off-by: Jess Chitas <[email protected]>
1 parent 15ba193 commit 678c245

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function Home() {
2222
display: 'flex',
2323
justifyContent: 'center',
2424
alignItems: 'center',
25-
backgroundColor: '#f8f9fa'
2625
}}>
2726
<div style={{
2827
width: '75%',

0 commit comments

Comments
 (0)