diff --git a/modules/ROOT/pages/style.css b/modules/ROOT/pages/style.css index 931437e6..4b0bf111 100644 --- a/modules/ROOT/pages/style.css +++ b/modules/ROOT/pages/style.css @@ -34,7 +34,7 @@ a:hover { #header { background-color: #fafafa; grid-area: nav; - box-shadow: 0 0 10px rgba(0, 0, 0, .4); + box-shadow: 0 0 10px #cecece; } #footer { @@ -142,7 +142,7 @@ th { .imageblock img { border-radius: 1em; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px #cecece; } .imageblock.right img { @@ -151,7 +151,7 @@ th { .listingblock { - box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px #cecece; border-radius: 1em; }