jekyll-theme-lcsb-default 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a3128af0e78170d70b922444d398857d3a8aa10d449eb266c740455f5dddde9
4
- data.tar.gz: a5116540379a7f20a84b9fdd188c6599dd3c46730c7dba75f9d347a8d5450c6f
3
+ metadata.gz: 94b136322892156b54a1d7b66ebc7175c17277d42349cff976a518df1e611035
4
+ data.tar.gz: 20bf5cb92ace75f44207a5dabdff0fa1a2a165a8dc41c9f08e6b3b6a020161eb
5
5
  SHA512:
6
- metadata.gz: bc4078b83bb77b2a896f4babdd48082890bdcf7ee8d7a13bfbc6a2d3f9ad2193ce782c4721c56a09413d977b16e4af2c94df25c302ed715648fca1dcc06f3d12
7
- data.tar.gz: 067fcd78d31c9449aa7f4ef56f688212ad6b7ee4fb398e585ac8105b5da2da3f8a481bb0ce4d458d8264f33c0522ab59084cb707aabcde605e7c524bfef0d831
6
+ metadata.gz: 73f2b698efb04bd0c38a5690a5ca370439ec53745b3953549b086f6ee1e7472c42e351a93a2e417c2e602eca5409e11394928f572e2e9a59569f689cdcfc7401
7
+ data.tar.gz: a6a4fcab8bbdb629fc57a219270d1321e01870688045d4c3f1219f49fc1ea95d404ba7b1855160a8c442d37ddfc7cffad55dd303596e15a0fc898f6d9988c17b
@@ -110,15 +110,37 @@ li {
110
110
  /**
111
111
  * Headings
112
112
  */
113
- h1, h2 {
113
+ h1, h2, h3 {
114
114
  font-weight: $base-font-weight;
115
115
  }
116
116
 
117
- h3, h4, h5, h6 {
117
+ h4, h5, h6 {
118
118
  font-weight: $base-font-weight + 300;
119
119
  }
120
120
 
121
+ h1 {
122
+ font-size: 2.35em;
123
+ }
124
+
125
+ h2 {
126
+ font-size: 2em;
127
+ }
128
+
129
+ h3 {
130
+ font-size: 1.8em;
131
+ }
121
132
 
133
+ h4 {
134
+ font-size: 1.6em;
135
+ }
136
+
137
+ h5 {
138
+ font-size: 1.5em;
139
+ }
140
+
141
+ h6 {
142
+ font-size: 1.3em;
143
+ }
122
144
 
123
145
  /**
124
146
  * Links
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.8"
6
+ VERSION = "0.4.9"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-07-19 00:00:00.000000000 Z
12
+ date: 2021-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll