1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 00:25:28 -04:00

bump some deps and fix some lints

This commit is contained in:
2021-11-22 10:52:02 -05:00
parent d8a552cf5a
commit be7b2a4bba
9 changed files with 93 additions and 107 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ div#content {
line-height: 1.5;
&:hover > a.anchorjs-link {
opacity: 100%; // '#' link appears on hover over entire sub-heading line
opacity: 1; // '#' link appears on hover over entire sub-heading line
}
}
@@ -56,7 +56,7 @@ div#content {
margin-left: 0.25em;
padding: 0 0.5em 0 0.25em;
background: none;
opacity: 0%;
opacity: 0;
font-weight: 300;
line-height: 1;
+3 -5
View File
@@ -60,7 +60,7 @@ header {
);
img#header-selfie {
opacity: 90%;
opacity: 0.9;
}
}
}
@@ -121,9 +121,7 @@ header {
padding: 0;
width: 1.56em; // 24.33px, don't ask
height: 1.56em;
margin-top: -0.05em;
margin-left: 1.4em;
margin-right: -0.3em; // weirdness w/ svg ratio
margin: -0.075em -0.3em 0 1.4em; // weirdness w/ svg ratio
cursor: pointer;
// prepare for lightbulb symbol depending on active theme (set in components/_global)
@@ -162,7 +160,7 @@ header {
&:hover {
img#header-selfie {
opacity: 100%;
opacity: 1;
}
}
}