1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:16:40 -04:00
This commit is contained in:
2019-10-03 01:48:37 -04:00
parent 448bbdc556
commit f96f4bc7d4
3 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ $color-serverless: #87cef7;
$color-fairy: #f23e93;
// Other Settings
$link-opacity: 50%;
$link-opacity: 40%;
$link-underline-size: 2px;
// Gradient hack to get our custom underline to wrap:
@ -203,7 +203,7 @@ body {
transition: transform 0.2s ease-in-out;
&:hover {
transform: scale(1.4);
transform: scale(1.6) rotate(10deg);
}
}
}
@ -308,7 +308,7 @@ body {
transition: transform 0.2s ease-in-out;
&:hover {
transform: scale(1.4);
transform: scale(1.6) rotate(10deg);
}
}
}