Skip to content

Commit

Permalink
style: change demo background
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Sep 16, 2019
1 parent c2c78d7 commit a28972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Expand Up @@ -15,7 +15,7 @@ class App extends React.Component {
<style>{`
html {
min-height: 100%;
background: rgba(0,255,255,.7);
background: #fc929e;
}
a {
color: #000;
Expand Down

0 comments on commit a28972b

Please sign in to comment.