diff --git a/fill-in-the-blank/index.html b/fill-in-the-blank/index.html index 8fc1f5a..e4c10b5 100644 --- a/fill-in-the-blank/index.html +++ b/fill-in-the-blank/index.html @@ -18,14 +18,13 @@ .nav-pills { left: 50%; transform: translateX(-50%); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-radius: 10px; } .container { max-width: 600px; border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }