jekyll-theme-lucas-minima 0.1.10 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_resume.scss +3 -11
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1da1e09649eb4d4b209ca7d36385f320b39757444f41d05565fcb3f96816bcd
4
- data.tar.gz: 223da0e3e41967b2eb561093c29eda9649b6193035e581b5625379dac1a577a1
3
+ metadata.gz: 07337bfff28ee5182c3109a8bfee9bfe365c2a07e9546083da5b6dbfe9e8ae9f
4
+ data.tar.gz: ed88e4f3982e80779ba9308cd2e241b0fa682f467b01601291ce26f2754dbf04
5
5
  SHA512:
6
- metadata.gz: ccca36fa99d7f86efd3ea603df53c125bc3332f3c12c87b78a00cdfc049461c2146cadbbd706f72c3cbc550ccddf6b965ef566145407a1952d84d51ea09e5aa6
7
- data.tar.gz: 8212af1dad04354e7274121945e37efb19f0adf69c895f740ccd17733e4e53fb18c731cb3b6eeb3369761a9bdfee0475a4ef4caad715eebf4d4d9a69d9916a21
6
+ metadata.gz: 5e139c2f5accee1e34836c18999dee189117cc69fd55297fa187cc2744ebe1a4a8a840df8f132e2266a0a21d764b582a86f5d318ff36bedc8ad5ddfe7a62afc4
7
+ data.tar.gz: f2189fbb9bdcdb3d1ee31aab2c670fae92ef378b708419a121b3f71e65d244c6af430f91665ccf0546fa7d9093c1be44347aa1f261338b835898cc0ffefb8ade
data/_sass/_resume.scss CHANGED
@@ -144,24 +144,16 @@
144
144
  color: #333;
145
145
  text-decoration: none;
146
146
  border-bottom: 1px solid;
147
- font-weight: 400;
147
+ letter-spacing: 0.235px;
148
148
  @include transition(color 0.2s ease);
149
149
 
150
150
  &:hover {
151
151
  color: #9c9c9c;
152
152
  border-bottom: none;
153
153
  font-weight: bold;
154
+ letter-spacing: 0px;
154
155
  }
155
- &::before {
156
- content: attr(title);
157
- font-weight: bold;
158
- height: 0;
159
- overflow: hidden;
160
- visibility: hidden;
161
- position: absolute;
162
- top: 0;
163
- left: 0;
164
- }
156
+
165
157
  }
166
158
  }
167
159
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lucas-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - LucasZ-SGP