-
Notifications
You must be signed in to change notification settings - Fork 0
new conf design — better navbar #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -141,27 +137,16 @@ function GraphQLLogo(props: React.SVGProps<SVGSVGElement>) { | |||
} | |||
|
|||
function BackdropBlur() { | |||
const mask = "linear-gradient(to bottom, #000 0% 50%, transparent 50% 100%)" | |||
const edgeMask = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b5d0688
to
39730b7
Compare
@@ -22,23 +22,23 @@ export default function Page() { | |||
return ( | |||
<main className="gql-all-anchors-focusable antialiased"> | |||
<Hero /> | |||
<div className="gql-conf-container text-neu-900"> | |||
<div className="gql-conf-container gql-conf-navbar-strip before:dark:bg-blk/30 text-neu-900 before:bg-white/40"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saihaj lmk if you think this should have a syntax like navbar-strip:bg-white/40 dark:navbar-strip:bg-blk/40
powered by matchUtilities
(probably not worth it? I'm not sure)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine. Eventually when we migrate the full site this would get cleaned up
39730b7
to
f37ec2c
Compare
039053f
to
5173e22
Compare
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Description
I'm not editing the previous PR because this actually requires updating sections.