Skip to content

Commit

Permalink
Soften the box shadows a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Feb 18, 2025
1 parent a3b03ce commit 200359d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/ROOT/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
}

Expand Down

0 comments on commit 200359d

Please sign in to comment.