Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik committed Aug 2, 2024
1 parent 5796c8b commit 9cfbd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body{overflow:hidden;overscroll-behavior:none;background-color:#f0f0f2;margin:0;padding:0;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}
body{overflow:hidden;overscroll-behavior:none;/*background-color:#f0f0f2;*/background: white repeating-linear-gradient( 45deg, #EEE, #EEE 5px, #FFF 5px, #FFF 10px );margin:0;padding:0;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif}
article{width:600px;margin: 5em auto;padding:2em;background-color:#fdfdff;border-radius:0.5em;box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02)}
a:link, a:visited{color:#38488f;text-decoration:none}
footer{margin:0 auto 2em auto;text-align:center}
Expand Down

0 comments on commit 9cfbd94

Please sign in to comment.