diff --git a/static/style.css b/static/style.css index 85a2bf0..423f0fa 100644 --- a/static/style.css +++ b/static/style.css @@ -62,10 +62,10 @@ html, body { /* Create background pattern by layering two gradients */ html { - background: repeating-linear-gradient(45deg, #FFF, #f8f8f8 5px, #fff 10px); + background: repeating-linear-gradient(45deg, #FFF, #f0f0f0 3px, #fff 6px); } body { - background: repeating-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,255) 5px, rgba(255,255,255,0) 10px); + background: repeating-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,255) 3px, rgba(255,255,255,0) 6px); } #container {