diff --git a/public/assets/css/style.css b/public/assets/css/style.css index d3356ed..4c76b57 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -200,11 +200,15 @@ body { } } +.navbar-bg { + background-color: hsl(210, 10.8%, 22.5%); +} + .article-card { text-align: center; /* border: 1px solid #444; */ border-radius: 10px; -/* background-color: #353535; */ + background-color: hsl(210, 10.8%, 20.5%); margin-top: 2rem; margin-bottom: 2rem; } @@ -213,7 +217,6 @@ body { box-shadow: 10px 10px 20px black; } - .shadow-15-15-30-black { box-shadow: 15px 15px 30px black; } diff --git a/public/index.html b/public/index.html index 137c7cd..f827c48 100644 --- a/public/index.html +++ b/public/index.html @@ -81,7 +81,7 @@
-