mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-16 03:30:50 -05:00
stitches config
This commit is contained in:
@@ -5,9 +5,7 @@ const Code = styled("code", {
|
||||
backgroundColor: "$codeBackground",
|
||||
border: "1px solid $kindaLight",
|
||||
borderRadius: "$rounded",
|
||||
|
||||
// light-dark theme switch fading
|
||||
transition: "background 0.25s ease, border 0.25s ease",
|
||||
transition: "background $fade, border $fade",
|
||||
});
|
||||
|
||||
export default Code;
|
||||
|
||||
Reference in New Issue
Block a user