css: change pure-css background to more closely match original image

This commit is contained in:
mappu 2020-05-24 18:39:50 +12:00
parent c655b10467
commit 450944cd0b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {