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

use stitches-normalize 🧵

https://github.com/jakejarvis/stitches-normalize
This commit is contained in:
2022-03-06 11:24:58 -05:00
parent 9ac0b828d1
commit 34fccfefc3
12 changed files with 111 additions and 180 deletions

View File

@@ -12,7 +12,7 @@ const Wrapper = styled("header", {
backgroundColor: "$backgroundHeader",
// light-dark theme switch fading
transition: "color 0.25s ease, background 0.25s ease, border 0.25s ease",
transition: "background 0.25s ease, border 0.25s ease",
"@medium": {
padding: "0.75em 1.25em",
@@ -27,7 +27,7 @@ const Wrapper = styled("header", {
// blurry glass-like background effect (except on firefox)
backdropFilter: "saturate(180%) blur(5px)",
zIndex: 1000,
zIndex: 9999,
},
},
},