Skip to content

Commit

Permalink
Update page-card-footer shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Sep 23, 2023
1 parent ce789cb commit 29c49bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ img.lazy-image.loaded {
z-index: 0;
background: var(--background-color);
color: var(--fore-color);
box-shadow: 0 25px 20px rgba(100, 100, 100, 0.3);
box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -20px;
border-radius: 0 0 0.85rem 0.85rem;
}

Expand Down Expand Up @@ -353,7 +353,7 @@ img.lazy-image.loaded {
}

.Dark .page-card-footer {
box-shadow: 0 15px 15px rgba(20, 20, 20, 0.3);
box-shadow: rgba(17, 17, 17, 0.4) 0 10px 10px;
}

.Dark .Float_BTN .BTN {
Expand Down

0 comments on commit 29c49bf

Please sign in to comment.