diff --git a/docs/CSSstyle.css b/docs/CSSstyle.css index 41c0e4f..e5070d2 100644 --- a/docs/CSSstyle.css +++ b/docs/CSSstyle.css @@ -1,10 +1,11 @@ body { + background-color: cyan; color: #6495ED; font-family: arial, helvetica, sans-serif; padding:15px; line-height:2em; - background-image:radial-gradient(circle, white, #f0dfd1); + background-image: url('Images/IlluminatiBackground.jpg'); } diff --git a/docs/Images/IlluminatiBackground.jpg b/docs/Images/IlluminatiBackground.jpg new file mode 100644 index 0000000..edcbd20 Binary files /dev/null and b/docs/Images/IlluminatiBackground.jpg differ