jekyll-theme-lcsb-default 0.4.22 → 0.4.23

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: ba50c05dbfa175d3873fd3eb01bf00a3c31e0d29fb62e8b19aa4858c6dcb6fd0
4
- data.tar.gz: '028a22b04976377da824d190b7d1ce47c3c2dfd9ac2c00d1ef2f649664f30176'
3
+ metadata.gz: 7a1724a8ffbaa0780bead23cfa128ccfe8961cb4d2bba94baab73a20db530916
4
+ data.tar.gz: 68bc88f4c7faab893978bef3aba55629bf26ff3500ebb072634a43e8da738c80
5
5
  SHA512:
6
- metadata.gz: e6ff07e49642dc6902a36e98a8c56eebfa88f0cc0cdc33fbf657af5b50c0c87ad07c0bcd94c75b65c9bc47f05af66ac7184803cdeb57fdbac4f6c7a1c3204750
7
- data.tar.gz: 861be74509dd927c628d091abb6dafb7d239d3876d845fc4dbd1947655d505a7c01d895a62205f04cc2a7a2e18a2673972ad64eabd6a394945e3c4d31613c58e
6
+ metadata.gz: 6bdd937b065818924ad6a9c91ab59c4ce9073bdb19ff63d8c1859816136178608bd140198848a8e34de320c430bf0bf969582a865a19cb0af5bd2c3144dbf329
7
+ data.tar.gz: 4b22ebcda57c66bf71a2a507b8bf3bdb159b57e1931fde1f6e2eacf0af7ae316398a73595ede60b4a9f0c67e2aff691c114fcf7390b957c1cd83ee5edfc4c67f
@@ -1,3 +1,5 @@
1
+ $COLOR_BOX_FONT: #666666;
2
+
1
3
  .fpage-content {
2
4
  margin-top: 30px;
3
5
  @include media-query($on-palm) {
@@ -13,6 +15,7 @@
13
15
 
14
16
 
15
17
  .rtitle {
18
+ color: $COLOR_BOX_FONT;
16
19
  margin: 0px 20px 50px 0px;
17
20
  padding: 30px;
18
21
  border: 1px solid darkgrey;
@@ -24,7 +27,6 @@
24
27
  color:black;
25
28
  }
26
29
  p {
27
- color: #666666;
28
30
  @include relative-font-size(0.9);
29
31
  padding-top: 30px;
30
32
  }
@@ -48,6 +50,7 @@
48
50
 
49
51
 
50
52
  .rblock {
53
+ color: $COLOR_BOX_FONT;
51
54
  margin: 0px 20px 50px 0px;
52
55
  padding: 10px 30px 10px 30px;
53
56
  outline: 1px solid darkgrey;
@@ -57,10 +60,8 @@
57
60
  color: black;
58
61
  margin: 8px;
59
62
  padding: 0px;
60
-
61
63
  }
62
64
  p {
63
- color: #666666;
64
65
  @include relative-font-size(0.9);
65
66
  vertical-align: middle;
66
67
  float: none;
@@ -75,4 +76,4 @@ hr {
75
76
  border: 0;
76
77
  height: 1px;
77
78
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
78
- }
79
+ }
@@ -58,7 +58,7 @@ div.alert.primary {
58
58
  bottom: -2px;
59
59
  border: solid 1pt #777;
60
60
  border-bottom: solid 2px white;
61
- border-radius: 14% 14% 0 0;
61
+ border-radius: 20px 20px 0 0;
62
62
  margin-left: 8%;
63
63
  padding: 20px 27px 0px 27px;
64
64
  position: relative;
@@ -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.22"
6
+ VERSION = "0.4.23"
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.22
4
+ version: 0.4.23
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: 2023-01-11 00:00:00.000000000 Z
12
+ date: 2023-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll