Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 8e19156

Browse files
committed
Documentation: add a drop shadow on logo when header is hidden
1 parent 2aab941 commit 8e19156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/modules/Header/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
transform: translateY(100%);
125125
top: 0;
126126
left: 2rem;
127+
filter:
128+
drop-shadow(0 0 1px #fff)
129+
drop-shadow(0 0 6px #fff)
130+
;
127131
}
128132

129133
.js-Headroom--hide .cssnext-Header-version {

0 commit comments

Comments
 (0)