jekyll-theme-recipe 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f78ad054876a97b80c8da595795addc7e0263a422af1ca1daec4913d5d2ef85e
4
- data.tar.gz: 48c9f6440e2f408d0149b16101e8fae26d0f5361fc2e4ce1c0e2fa1d6fd4e27d
3
+ metadata.gz: 9c6219e982c80788d779a5ce2418390608348c30bb8a98013b13a966835e7de7
4
+ data.tar.gz: 22b5555d7ded586ce5d115845df526bf26b05575b92dc2fd4c9817789f527042
5
5
  SHA512:
6
- metadata.gz: 66d7985a79821429163542003537e7971bfc694875d3ffec7fd701c0c9e8c4eb0f5da1eaa9ed84f5ee5c7efa12887e3597b75e6302508c67e5b5e9a8d4df241f
7
- data.tar.gz: b0103ce7f6562fa89496bb12bececd4e90d8eba21bdaa693da1c541493cf66b8850f9151a36ef9333183c305f06024a01d9822ef490fd1d521902f90c8a34373
6
+ metadata.gz: c5c0196aaa442d24c699051b884619bab1dd1a926665f60eaffb127cba314a353496ec683524ffdbbd8bf8ace6327fce55d0392cfcb23620463adc91e9c547d8
7
+ data.tar.gz: 2b4e02209a2b5907d13c5cbf0abc3092516169bf7fb8d9c6a65faad46ba588504c2e4fce5380d4ae947fab6f503d13cf1769f6cd38a153b027ce265385e290ab
@@ -26,10 +26,11 @@
26
26
  <body>
27
27
  {% include navigation.html %}
28
28
  <header>
29
- <a href="{{site.baseurl }}/">
30
- <img src="{{ site.baseurl }}{{ site.data.company_details.logo_image }}" width="180" alt="logo">
31
- </a>
32
-
29
+ {% if site.data.company_details.logo_image %}
30
+ <a href="{{site.baseurl }}/">
31
+ <img src="{{ site.baseurl }}{{ site.data.company_details.logo_image }}" width="180" alt="logo">
32
+ </a>
33
+ {% endif %}
33
34
  </header>
34
35
 
35
36
  <div class="container main-content">
@@ -3,24 +3,25 @@ nav {
3
3
  width: 100%;
4
4
  display: flex;
5
5
  justify-content: center;
6
- background: rgba(255, 255, 255, .9);
6
+ background: rgba(255, 255, 255, .75);
7
7
  z-index: 999;
8
8
 
9
9
  a {
10
10
  display: inline-block;
11
11
  text-decoration: none;
12
- padding: 20px 15px;
13
- color: #444;
12
+ padding: 14px 8px;
13
+ color: black;
14
14
  text-transform: uppercase;
15
15
  letter-spacing: 1px;
16
16
  font-size: .9em;
17
17
 
18
18
  &.active {
19
- color: #888;
19
+ font-weight: bold;
20
20
  }
21
21
 
22
- &:hover {
23
- color: #000;
22
+ &:hover,&:focus {
23
+ background-color: #000;
24
+ color: white;
24
25
  }
25
26
  }
26
27
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanno Witzleb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-27 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll