_sass/_resume.scss in jekyll-theme-lucas-minima-0.1.9 vs _sass/_resume.scss in jekyll-theme-lucas-minima-0.1.10
- old
+ new
@@ -150,9 +150,19 @@
&:hover {
color: #9c9c9c;
border-bottom: none;
font-weight: bold;
}
+ &::before {
+ content: attr(title);
+ font-weight: bold;
+ height: 0;
+ overflow: hidden;
+ visibility: hidden;
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
}
}
}
.not-looking {