voppe-jekyll-theme 0.5.2 → 0.5.3

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
  SHA1:
3
- metadata.gz: 50d353235770521b403b4f37f23ee8f93caec7cd
4
- data.tar.gz: 9fe78e240fd2ce53cb98ffa488c16bcff7e4bf46
3
+ metadata.gz: 00d552787d1ba73b24fe97867306fd5928dcf702
4
+ data.tar.gz: 0937ff8f0e6ac5b6cd9dc888cd9926916551e182
5
5
  SHA512:
6
- metadata.gz: 5c88fb5b1411e233dfb3752543848295f0bc7ba15d5fa7e193ea428a505ec7f92a1d7077ae682851e57d32736e8b46b7d97fbd41728875832070a4e7554ed94c
7
- data.tar.gz: 0a1c707e24b51438d2b6310c257942d619fe601a87ac5e8fb07601365fcf55bfad2aee3fdab5738dbce42a67fe4bfab84a53749d9c4dc2ff901b0409b4359d9e
6
+ metadata.gz: 54a7009afde037f13638c899b9165da1b7aba580f3e9ba6d5299792732d4b41176d502d3495f5bfac700f12ef00851d99157737ed9177b435be73038c279d20b
7
+ data.tar.gz: a015f218ab5602239abf6d5027d23be4c98a1c36f14c1763473b08cfa8e8fd033aa60a47c118df928d0863487c5038296adf7c26619f6f3529009d8d19ebf91c
@@ -28,37 +28,42 @@ nav.list {
28
28
 
29
29
  &:hover {
30
30
  .header {
31
- background-color: $color-primary;
31
+ border-color: $color-primary;
32
32
  }
33
33
 
34
34
  .header::after {
35
- border-color: $color-primary transparent transparent transparent;
35
+ border-color: transparent $color-primary $color-primary transparent;
36
36
  }
37
37
  }
38
38
 
39
39
  .header {
40
- transition: all 0.5s ease-in;
40
+ transition: all 0.25s ease-in;
41
41
  padding: 1em;
42
42
  background-color: $color-bg-secondary;
43
43
  display: flex;
44
44
  flex-wrap: wrap;
45
45
  justify-content: center;
46
46
  position: relative;
47
+ border-width: 1px;
48
+ border-style: solid;
49
+ border-color: $color-bg-secondary;
47
50
 
48
51
  &::after {
49
- transition: all 0.5s ease-in;
52
+ transition: all 0.25s ease-in;
50
53
  content: "";
51
- width: 0;
52
- height: 0;
53
- border-width: $size-arrow;
54
- border-style: solid;
55
- border-color: #193441 transparent transparent transparent;
54
+ width: $size-arrow;
55
+ height: $size-arrow;
56
+ background-color: #193441;
56
57
  position: absolute;
57
- bottom: -($size-arrow*1.8); /* Indented just a tiny bit in the post to avoid 1px wide gaps */
58
+ bottom: -($size-arrow/2)-1px;
58
59
  left: 0px;
59
60
  right: 0px;
60
61
  margin-left: auto;
61
62
  margin-right: auto;
63
+ transform: rotate(45deg);
64
+ border-style: solid;
65
+ border-color: #193441;
66
+ border-width: 1px;
62
67
  }
63
68
 
64
69
  > * {
@@ -4,4 +4,4 @@ $size-menu: 3em;
4
4
  $size-tablet: 512px;
5
5
  $size-desktop: 1024px;
6
6
 
7
- $size-arrow: 2em;
7
+ $size-arrow: 32px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voppe-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - voppe