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