mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
just some refactoring
This commit is contained in:
@@ -49,11 +49,7 @@ const NextjsLink = styled(Link, {
|
||||
|
||||
const ViewSourceLink = styled(Link, {
|
||||
paddingBottom: "2px",
|
||||
borderBottom: "1px solid",
|
||||
borderColor: "$light",
|
||||
|
||||
// light-dark theme switch fading
|
||||
transition: "border 0.25s ease",
|
||||
borderBottom: "1px solid $light",
|
||||
|
||||
"&:hover": {
|
||||
borderColor: "$kindaLight",
|
||||
|
Reference in New Issue
Block a user