diff --git a/static/blog.css b/static/blog.css index c4b7e95..43ebadc 100644 --- a/static/blog.css +++ b/static/blog.css @@ -135,7 +135,7 @@ margin: 10px auto; padding: 23px; border-radius: 10px; - background-color: #17181a; + background-color: var(--object-colour); color: white; text-align: center; justify-content: center; diff --git a/static/index.css b/static/index.css index 9c0940f..141de2d 100644 --- a/static/index.css +++ b/static/index.css @@ -87,6 +87,7 @@ body { width: 900px; margin: 10px auto; margin-bottom: 50px; + } .remove-colour {