diff --git a/app/stylesheet.css b/app/stylesheet.css index 1ff5ef5..ec390e8 100644 --- a/app/stylesheet.css +++ b/app/stylesheet.css @@ -11,7 +11,7 @@ body { width: 960px; margin: 0 auto; - background: aliceblue; + background-image: repeating-radial-gradient(mistyrose 15%, aliceblue 25%); font-family: 'Open Sans', sans-serif; cursor: default; }