mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-05 14:18:58 -05:00
just some refactoring
This commit is contained in:
@@ -12,14 +12,12 @@ const Link = styled("a", {
|
||||
current: {
|
||||
true: {
|
||||
marginBottom: "-0.2em",
|
||||
borderBottom: "0.2em solid",
|
||||
borderColor: "$linkUnderline",
|
||||
borderBottom: "0.2em solid $linkUnderline",
|
||||
},
|
||||
false: {
|
||||
"&:hover": {
|
||||
marginBottom: "-0.2em",
|
||||
borderBottom: "0.2em solid",
|
||||
borderColor: "$kindaLight",
|
||||
borderBottom: "0.2em solid $kindaLight",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user