cafe-theme 0.1.12 → 0.1.14

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/gallery.scss +2 -1
  3. data/_sass/nav.scss +4 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 626fceb82d97f4295f7f5fd3bbe54320e171ecdd3347d719dbb64fc56aa5c8c6
4
- data.tar.gz: 47bfec79991d2726b8c15b30541e2e214ff2ba5d5f05940443002ad307ebc749
3
+ metadata.gz: a600d61896a0bf1649144a2706d268fa98e6a3ea762b7fe395547021d38bcc05
4
+ data.tar.gz: a3a039a39863d18e2b0f11480201c27ba9b03ae6fe624945cfcde2db7080527e
5
5
  SHA512:
6
- metadata.gz: cff0bec24fcd430ef0e8973b5d18bfb2bbd3eb7c9199f570ca4b5489845e1d1008df98bb5492fc244e0762bf6c09b95eb092d444342e54029086ad217d63993a
7
- data.tar.gz: 00cab115504e703560141118969c456f7fd2a5108b95aa0e08a50e55ff6ed0b51b942b552282daaf9e65f1ccfc3ed7fc6265602f8e39cccf470b442f31cbb974
6
+ metadata.gz: 77cc915f358b287e17815f7f2ef6ba56bd315e2c3af3daebdf7f00ce96818fb1447bcc920aa610095ecb4db9a98e2fbc397c6a53647688c6c3de85c61ddd9f6e
7
+ data.tar.gz: 99cf57c08caa80a6dbfee4940122cec260dfd803c910d6af6ba86a94c873018dcedd9c82a9ea09cbb5e4bb8dbbb043b3c502e750119e536fe9c24913f02c0613
data/_sass/gallery.scss CHANGED
@@ -10,11 +10,12 @@
10
10
  display: block;
11
11
  width: 100%;
12
12
  height: 100%;
13
- aspect-ratio: 1;
14
13
  line-height: 0;
15
14
 
16
15
  img {
17
16
  width: 100%;
17
+ object-fit: cover;
18
+ aspect-ratio: 1;
18
19
  }
19
20
 
20
21
  p {
data/_sass/nav.scss CHANGED
@@ -69,8 +69,10 @@ nav {
69
69
  height: 100%;
70
70
  padding: 0 10px;
71
71
  transition: box-shadow 0.2s, color 0.2s, text-shadow, 0.2s;
72
- color: $transparent-nav-bar-text-color;
73
- text-shadow: 0 0 5px invert(grayscale($transparent-nav-bar-text-color));
72
+ @if $permanent_nav_background == false {
73
+ color: $transparent-nav-bar-text-color;
74
+ text-shadow: 0 0 5px invert(grayscale($transparent-nav-bar-text-color));
75
+ }
74
76
 
75
77
  &:hover, &.currentPage {
76
78
  box-shadow: 0 -5px $accent-color inset;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cafe-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Douch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-21 00:00:00.000000000 Z
11
+ date: 2022-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll