opendoc-theme 2.0.6 → 2.0.7
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 +4 -4
- data/_sass/_constants.scss +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3198c2891b82e9f222ada224a365c0f6fc37b0aca83464c899ca00755272bf88
|
4
|
+
data.tar.gz: e07e4f70a6393345745d41425b9602cb01e706b96d909c2c6cb428ba7caf4877
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d37af12e6db10d0adbb003eda4f0744e2ce7ffa776a2189ee5c9dd2819cbfc80ab750e39d6120c886d9655d63ffae661a1b9c3bbae4aa3fea66ce4ed6e65d80
|
7
|
+
data.tar.gz: d17e0e82184cf423d7cdcf0a53e1c8a580c592b3a35590142ba7956f88167f1f83bd86af432bdc992eeda4992e92e0d517f1136b47f7388590af3c10d1e2f34e
|
data/_sass/_constants.scss
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
// Variables
|
2
2
|
// ============================================================================
|
3
3
|
// Fonts
|
4
|
-
$base-font-family: "Noto Sans", "Arial", sans-serif;
|
5
|
-
$header-font-family: "Noto Serif", "Times New Roman", serif;
|
4
|
+
$base-font-family: "Noto Sans", "Lucida Sans", "Arial", sans-serif;
|
5
|
+
$header-font-family: "Noto Serif", "Lucida Bright", "Times New Roman", serif;
|
6
6
|
$base-font-size: 17px;
|
7
7
|
$button-font-size: 16px;
|
8
8
|
$mobile-font-size: 15px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opendoc-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Opendoc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|