Skip to content

Commit 10f422a

Browse files
authored
Merge pull request #78 from diekus/pwastore-masonry
Shadow tweak
2 parents 6d38eab + 32acd6e commit 10f422a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

pwa-pwastore/styles/pwastore-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
--footer-bg: var(--dark-blue-trans);
1111
--instructions-bg: var(--dark-blue);
1212
--link: var(--yellow);
13+
--shadow-color: var(--darkBlackShadow);
1314
}

pwa-pwastore/styles/pwastore-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
--footer-bg: var(--yellow-trans);
1111
--instructions-bg: var(--yellow);
1212
--link: var(--blue);
13+
--shadow-color: var(--blackShadow);
1314
}

pwa-pwastore/styles/pwastore.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
--dark-green: #14690B;
1414
--light-green: #B9F3B3;
1515
--line-height: 1.6rem;
16+
--darkBlackShadow: #000000;
17+
--blackShadow: #3D3D3D99;
1618

1719
color-scheme: dark light;
1820
}
@@ -206,7 +208,7 @@ footer {
206208
flex-direction: column;
207209
align-items: center;
208210
transition: transform ease-in-out .3s, box-shadow ease-in-out .3s;
209-
box-shadow: #3D3D3D99 0px 0px 0px;
211+
box-shadow: var(--shadow-color) 0px 0px 0px;
210212
}
211213

212214
.app_entry:hover {

0 commit comments

Comments
 (0)