jekyll-theme-lcsb-default 0.4.5 → 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: 1c88fdaff918954930bcc780981062fdb9d41ababc5ea38c21d87403e01ed4bd
4
- data.tar.gz: 0a1bcd3726722c7bdca92e5d36f8990e0d926cc57389f7f0995991ef6bb77cfa
3
+ metadata.gz: 94b136322892156b54a1d7b66ebc7175c17277d42349cff976a518df1e611035
4
+ data.tar.gz: 20bf5cb92ace75f44207a5dabdff0fa1a2a165a8dc41c9f08e6b3b6a020161eb
5
5
  SHA512:
6
- metadata.gz: af45f3a848c9a19a1f014e119c242be8219096c1449ca4e19f1d7ab4b8e294fcf0e37e1df6e85bf57993f0c605e7f592e4f2e10c56c6ed7ef1928052e22eef83
7
- data.tar.gz: 86bfcbcbe3c26832e2f9c219ed027ee39e2174b9a0f936880877fdaf90ef6c1c024fcab955d4fc5b99699e7d28ba3493d032fca8e5e143b21756e6d6599bbc78
6
+ metadata.gz: 73f2b698efb04bd0c38a5690a5ca370439ec53745b3953549b086f6ee1e7472c42e351a93a2e417c2e602eca5409e11394928f572e2e9a59569f689cdcfc7401
7
+ data.tar.gz: a6a4fcab8bbdb629fc57a219270d1321e01870688045d4c3f1219f49fc1ea95d404ba7b1855160a8c442d37ddfc7cffad55dd303596e15a0fc898f6d9988c17b
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 Trefex
3
+ Copyright (c) 2018 LCSB, University of Luxembourg
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/_sass/minima.scss CHANGED
@@ -13,7 +13,7 @@ $spacing-unit: 30px !default;
13
13
  $text-color: #111 !default;
14
14
  $background-color: #fdfdfd !default;
15
15
  // $brand-color: #2a7ae2 !default;
16
- $brand-color: #4085e4 !default;
16
+ $brand-color: #00aadc !default;
17
17
 
18
18
  $grey-color: #5c5c5c !default;
19
19
  $grey-color-light: lighten($grey-color, 40%) !default;
@@ -53,6 +53,7 @@ h1, h2, h3, h4, h5, h6,
53
53
  p, blockquote, pre,
54
54
  ul, ol, dl, figure,
55
55
  %vertical-rhythm {
56
+ margin-top: $spacing-unit / 2;
56
57
  margin-bottom: $spacing-unit / 2;
57
58
  }
58
59
 
@@ -109,11 +110,37 @@ li {
109
110
  /**
110
111
  * Headings
111
112
  */
112
- h1, h2, h3, h4, h5, h6 {
113
+ h1, h2, h3 {
113
114
  font-weight: $base-font-weight;
114
115
  }
115
116
 
117
+ h4, h5, h6 {
118
+ font-weight: $base-font-weight + 300;
119
+ }
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
+ }
132
+
133
+ h4 {
134
+ font-size: 1.6em;
135
+ }
116
136
 
137
+ h5 {
138
+ font-size: 1.5em;
139
+ }
140
+
141
+ h6 {
142
+ font-size: 1.3em;
143
+ }
117
144
 
118
145
  /**
119
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.5"
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.5
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: 2020-07-02 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