jekyll-theme-opentoolbox 2.0.1 → 2.0.2

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: c6c3fdb1e11f2dbe8cfd07534ec9c65867dc3e0f2d5d10594bf76555a23a0ae1
4
- data.tar.gz: 4d29f913818039d059a5bbdd3060dd2a6958f9eb8c2cb50c4593ef19d4a83f17
3
+ metadata.gz: af299bef1df3f4b888b8b5f09eaadbe063ba6111673f50fb4d2e74c3caf39f17
4
+ data.tar.gz: 774374bf72b79dc7f5ce8742313f5317de21e10c4b63964dfe8367315bf0519d
5
5
  SHA512:
6
- metadata.gz: 9e981a5cfa5d34724770c27761789fdcc84e7ac40b2a23e1e0fc1c6265b073a2cff7329feb3856b99125f6c479631c9792bd8598e6026c4679731b293f0c0e79
7
- data.tar.gz: d35a886a2053b1b2e636d87d107cf7bfed62029c676511a2dae1b3f1d4535c085f6d1f8c7adc0b307a145ef8e13f46f4e2970ae9343b234c347b6c2fe463052e
6
+ metadata.gz: 4919f42bc26e4d094fe1801d80f1dae83b3cbd563abc97499f3eeeb632c18ebaed4e7f5e06b98b911aa06edda6bc65fd502c1838858866ffebdbba5e718e2b2d
7
+ data.tar.gz: 6a7af8e9095f318acf2b667d62d940c9eca9dc3e70765f3e5d49853288fa8a59bc815eaee71c8e376cbe17864e663e3dcbb450a7b5166efe37b2daec295947b2
data/_sass/_main.scss CHANGED
@@ -37,7 +37,11 @@
37
37
  }
38
38
 
39
39
  .is-rounded {
40
- border-radius: $radius-large !important;
40
+ border-radius: $radius-medium !important;
41
+ }
42
+
43
+ .highlight {
44
+ border-radius: $radius !important;
41
45
  }
42
46
 
43
47
  .has-shadow {
@@ -37,6 +37,7 @@ $family-monospace: "Inconsolata", "Consolas", "Monaco", monospace;
37
37
 
38
38
  $radius-small: 3px;
39
39
  $radius: 0.4em;
40
+ $radius-medium: 10px;
40
41
  $radius-large: 20px;
41
42
  $size-6: 15px;
42
43
  $size-7: 0.85em;
@@ -122,4 +123,4 @@ $tabs-link-active-color: $primary;
122
123
  $tabs-link-active-border-bottom-color: $primary;
123
124
 
124
125
  $modal-content-width: 800px;
125
- $hero-darken: $dark !default;
126
+ $hero-darken: $dark !default;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-opentoolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Sinisi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-07-28 00:00:00.000000000 Z
12
+ date: 2021-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll