_sass/_resume.scss in jekyll-theme-lucas-minima-0.1.10 vs _sass/_resume.scss in jekyll-theme-lucas-minima-0.1.11
- old
+ new
@@ -142,27 +142,18 @@
a {
color: #333;
text-decoration: none;
border-bottom: 1px solid;
- font-weight: 400;
+ letter-spacing: 0.235px;
@include transition(color 0.2s ease);
&: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 {