mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 05:21:17 -04:00
fix some leftover stitches to-do items
This commit is contained in:
@@ -89,18 +89,13 @@ const CornerCopyButton = styled(CopyButton, {
|
||||
top: 0,
|
||||
right: 0,
|
||||
padding: "0.65em",
|
||||
color: "$mediumDark",
|
||||
backgroundColor: "$backgroundInner",
|
||||
border: "1px solid $kindaLight",
|
||||
borderTopRightRadius: "$radii$rounded",
|
||||
borderEndStartRadius: "$radii$rounded",
|
||||
borderTopRightRadius: "$rounded",
|
||||
borderBottomLeftRadius: "$rounded",
|
||||
|
||||
// light-dark theme switch fading
|
||||
transition: "background 0.25s ease, border 0.25s ease",
|
||||
|
||||
"&:hover": {
|
||||
color: "$link",
|
||||
},
|
||||
});
|
||||
|
||||
export type CodeBlockProps = ComponentProps<typeof Code> & {
|
||||
|
Reference in New Issue
Block a user