minimal-categorized 0.0.11 → 0.0.12

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: 60b00053fc68dba704da894303403887a302cac570b27c992a6c348a2369e16c
4
- data.tar.gz: 57d20f961c3b1b8be197f9418774c17d09637ef607c50949bacfa8c9171268ff
3
+ metadata.gz: c92466dafcf4c200ddcfd91ce2f2ad8205259d20373c3bdcc02f2731bca4b254
4
+ data.tar.gz: f8333e47fbd197b637006c8c410fe0a93a796b6d3ea0d507b5c8bd1fb2447cae
5
5
  SHA512:
6
- metadata.gz: 85e3a1b2a3fd308725e66f040b07533badd0769b8aa615d4be58a813be42b2d9a801b2f9618cbb07b07a802853f4317a65f51562918a262c255067ef2c99b0e3
7
- data.tar.gz: 2a07fc4f37f0df2101937592f1fedda33b59ea92d49bf60015bfbe7c706e16ed0b37398906d7b7f09bd551534c78042bf0589447fc771572c6044c67087cf6d6
6
+ metadata.gz: 1a06a339da722ff87ddbdf43e7541190e70c0afafdc48f1313394ea813a5fe3acd8a842533df7086bb1bd98d5cfa345f9845091f0f4485c688748df557fb841b
7
+ data.tar.gz: 8e3812adf408c92c8ba2382504be75b7b8bd5993c954e7579ff0e7f10729509b330ace8395e270969824c221ad995c65cc078be29950610769bfe9c6f987e2ed
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
4
4
  [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.9-blue.svg)](https://jekyllrb.com/)
5
- [![Ruby gem](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://rubygems.org/gems/minimal-mistakes-jekyll)
5
+ [![Gem Version](https://badge.fury.io/rb/minimal-categorized.svg)](https://badge.fury.io/rb/minimal-categorized)
6
6
 
7
7
  minimal-categorized is a flexible Jekyll theme, designed for sites with content easily aggregated into categories. Demo is available [here](https://itsmeaga1n.github.io/minimal-categorized/).
8
8
 
@@ -26,14 +26,19 @@
26
26
  button {
27
27
  line-height: 1.4;
28
28
  font-weight: 700;
29
- font-family: Titillium Web,sans-serif;
30
29
  display: inline-block;
31
30
  padding: 10px 20px;
32
- background: $p_text;
33
- color: $primary;
34
- border: 3px solid $p_light;
31
+ background: $p_light;
32
+ color: $p_text;
33
+ border: none;
35
34
  border-radius: 3px;
36
35
  text-decoration: none;
36
+ cursor: pointer;
37
+ -webkit-transition: background 200ms;
38
+ transition: background 200ms;
39
+ &:hover {
40
+ background: $p_lighter_less;
41
+ }
37
42
  }
38
43
  @include mobile {
39
44
  bottom: 0;
@@ -3,6 +3,7 @@ $main-bg-color: #fafafa;
3
3
 
4
4
  $primary: #455a64;
5
5
  $p_light: #718792;
6
+ $p_lighter_less: #8fa4ad;
6
7
  $p_lighter: #a8bac2;
7
8
  $p_lightest: #eef3f5;
8
9
  $p_dark: #1c313a;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-categorized
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patryk Bieszke