hitchens-theme 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00199f768dd2a8884cbdee668583704070033d9f
4
- data.tar.gz: 60c49ecfe38ffdb679dd82760d6ff685e1403802
3
+ metadata.gz: 3a25434d5ae42cd42975e96d4f92e6a6ff393cb8
4
+ data.tar.gz: 449ad19f5d32f7602dac75b0465473e9489c6879
5
5
  SHA512:
6
- metadata.gz: e93df35f9f9ed9bbda8897a509fed14cc1e9d847473a2080ec0d4845594633294c9ee4acf77a826918a4902995c4d4b56d1ea92a7d2afb7d439b193c3c52c867
7
- data.tar.gz: 113501e825b201c901ccbf71d02e47e24c6c8e06811f07df7366bea60ce84e0a9c342c5ab3bfb443c53d5c0be6900d7bf31d0f5f939ca833d4e657d844680d3d
6
+ metadata.gz: 6828a47268c6b8b103a3e6dd8486d501e0bdf075b201c645b1d0147d9a86c44738e97aa3a2724fadd497c7141252cfeb9776ecb4535a3ef8460bd5856c973971
7
+ data.tar.gz: 9a3220d6b032c4e9cd3b35fdf17abc7189947951f5fc3f9c017e3e0ec07c6e213d39de68b689d586314e3e3682027361da91db3ead769fe826bc9b63fefc7f67
@@ -1,6 +1,12 @@
1
1
  .site-navigation {
2
2
  margin-top: 2rem;
3
3
  padding: 0 1rem;
4
+ &:hover,
5
+ &:focus-within {
6
+ a {
7
+ opacity: .7;
8
+ }
9
+ }
4
10
  }
5
11
 
6
12
  .site-navigation ul {
@@ -24,8 +30,9 @@
24
30
  display: block;
25
31
  padding: .25em .5em;
26
32
  text-decoration: none;
33
+ transition: opacity .125s ease-in-out;
27
34
  &:hover,
28
35
  &:focus {
29
- text-decoration: underline;
36
+ opacity: 1;
30
37
  }
31
38
  }
@@ -1,6 +1,12 @@
1
1
  .post-list {
2
2
  margin: 1em 0;
3
3
  list-style: none;
4
+ &:hover,
5
+ &:focus-within {
6
+ .post-link {
7
+ opacity: .6;
8
+ }
9
+ }
4
10
  }
5
11
 
6
12
  .post-list li {
@@ -13,9 +19,10 @@
13
19
  flex-direction: column-reverse;
14
20
  text-decoration: none;
15
21
  padding: .25em;
22
+ transition: opacity .125s ease-in-out;
16
23
  &:hover,
17
24
  &:focus {
18
- background: $highlight;
25
+ opacity: 1 !important;
19
26
  }
20
27
  @media (min-width: $on-tablet) {
21
28
  display: flex;
@@ -56,12 +63,19 @@
56
63
  flex-basis: 0;
57
64
  padding: 1em 0;
58
65
  }
66
+ &:hover,
67
+ &:focus-within {
68
+ a {
69
+ opacity: .6;
70
+ }
71
+ }
59
72
  a {
60
73
  text-decoration: none;
61
74
  text-transform: uppercase;
75
+ transition: opacity .125s ease-in-out;
62
76
  &:hover,
63
77
  &:focus {
64
- text-decoration: underline;
78
+ opacity: 1;
65
79
  }
66
80
  }
67
81
  }
@@ -1,7 +1,7 @@
1
1
  $brand-color: #f2e300;
2
2
  $highlight: lighten($brand-color, 35%);
3
3
  $text-color: #0b0404;
4
- $muted-text-color: #79785b;
4
+ $muted-text-color: #64644B;
5
5
  $font-family: "EB Garamond", Garamond, "Times New Roman", serif;
6
6
 
7
7
  $on-bigphone: 375px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hitchens-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Dryburgh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-25 00:00:00.000000000 Z
11
+ date: 2018-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll