From 104e1d85af56dee0611a4e3ee51a575413828361 Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sat, 16 Feb 2019 15:46:55 -0500 Subject: [PATCH] Added 404 and updated logo, among other things. --- public/404.html | 4 +++- public/about.css | 3 --- public/about.html | 2 ++ public/index.html | 5 +++++ public/logo.svg | 7 ++++--- public/style.css | 7 +++++-- 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/public/404.html b/public/404.html index 2c6ec4a..ab012ee 100644 --- a/public/404.html +++ b/public/404.html @@ -34,7 +34,9 @@
- +
+ +
\ No newline at end of file diff --git a/public/about.css b/public/about.css index cdeae2d..9a537e0 100644 --- a/public/about.css +++ b/public/about.css @@ -31,7 +31,4 @@ } .plink { color: rgb(250, 152, 33); -} -body { - background-color: #232323; } \ No newline at end of file diff --git a/public/about.html b/public/about.html index e673135..cd4600f 100644 --- a/public/about.html +++ b/public/about.html @@ -3,6 +3,8 @@ + + diff --git a/public/index.html b/public/index.html index 54865b2..56ca390 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,8 @@ + + @@ -33,6 +35,9 @@ +
+
+
\ No newline at end of file diff --git a/public/logo.svg b/public/logo.svg index 8eaf78e..93f607a 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,10 +1,11 @@ - + + - - + + \ No newline at end of file diff --git a/public/style.css b/public/style.css index 2e7a4df..4d14646 100644 --- a/public/style.css +++ b/public/style.css @@ -25,6 +25,9 @@ #logo { height: 60px; } +#error-code { + background-color: rgb(208, 208, 208); +} #navigation { width: 70%; padding-right: 20px !important; @@ -56,9 +59,9 @@ text-decoration: none; } .nav-item a:hover { - color: rgb(57, 163, 225); + color: rgb(250, 152, 33); text-decoration: none; } body { - background-color: rgb(242, 242, 242); + background-color: #232323; } \ No newline at end of file