diff --git a/docs/CSSstyle.css b/docs/CSSstyle.css index 5379941..ed236a1 100644 --- a/docs/CSSstyle.css +++ b/docs/CSSstyle.css @@ -1,11 +1,11 @@ body { background-color: white; - color: #6495ED; + color: black; font-family: arial, helvetica, sans-serif; padding:200px; line-height:2em; - background-image: url('Images/IlluminatiBackground.jpg'); + background-image: url('Images/TopSecret.jpg'); border: 1px solid black @@ -55,7 +55,7 @@ a:hover { text-decoration: underline; } #citation-link > a:hover { - color: #6495ED; + color: red; } /* Navbar */ @@ -72,7 +72,7 @@ a:hover { } div.button { - background-color: #6495ED; + background-color: red; border: double black; color: black; padding: 15px 32px; @@ -259,7 +259,7 @@ img.dahlia { text-decoration: underline; } #github-links > a:hover { - color: #6495ED; + color: red; display: block; } diff --git a/docs/Images/TopSecret.jpg b/docs/Images/TopSecret.jpg new file mode 100644 index 0000000..eec1dd5 Binary files /dev/null and b/docs/Images/TopSecret.jpg differ