1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 00:15:30 -04:00

stitches config

This commit is contained in:
2022-07-06 03:02:09 -04:00
parent c69a593d61
commit 0f38ab4f0a
8 changed files with 24 additions and 28 deletions

View File

@@ -9,13 +9,11 @@ const Wrapper = styled("header", {
padding: "0.7em 1.5em",
borderBottom: "1px solid $kindaLight",
backgroundColor: "$backgroundHeader",
transition: "background $fade, border $fade",
zIndex: 9999,
// blurry glass-like background effect (except on firefox...?)
backdropFilter: "saturate(180%) blur(5px)",
zIndex: 9999,
// light-dark theme switch fading
transition: "background 0.25s ease, border 0.25s ease",
"@medium": {
padding: "0.75em 1.25em",