mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 18:13:10 +03:00
making nav more readable on various surfaces
This commit is contained in:
parent
f70f4678c5
commit
77eb12fee0
@ -16,7 +16,7 @@ const STYLES_CONTAINER = css`
|
||||
top: 0;
|
||||
z-index: ${Constants.zindex.header};
|
||||
height: 88px;
|
||||
|
||||
mix-blend-mode: difference;
|
||||
@media (max-width: ${Constants.sizes.mobile}px) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -176,7 +176,6 @@ const openNavLink = {
|
||||
|
||||
const NewWebsitePrototypeHeader = props => {
|
||||
const [open, setOpen] = useState(false);
|
||||
const navBurgerColor = this.props.color;
|
||||
|
||||
useEffect(() => {
|
||||
window.addEventListener("resize", handleOpen);
|
||||
|
Loading…
Reference in New Issue
Block a user