mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
ui: first pass on redesign (#228)
This commit is contained in:
@@ -5,7 +5,8 @@ import Logo from "../../images/tph-logo.svg"
|
||||
|
||||
export const MobileHeaderWrapper = styled.div`
|
||||
z-index: 50;
|
||||
background: ${props => transparentize(0.2, props.theme.main.background)};
|
||||
background: ${props => transparentize(0.6, props.theme.main.background)};
|
||||
backdrop-filter: blur(14px);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user