aurora-theme 1.0.18.130.1 → 1.0.18.140.1

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: 78d8e2a9653ced79244ca4076a3c30d9b92cb04a6d36cf2653ae684fd2a8e235
4
- data.tar.gz: 20c0a54bec498161b2d4d5702e73b05ca5f3120c8b0fa697e0a0fc536f3f2337
3
+ metadata.gz: 056c26e5c4f70a77d166141dc104e5c4a256e10a9ccf768763ab1a2adccc6687
4
+ data.tar.gz: 4c130d68d02844d4b82b67cba5cc0793bba427d2dfe10d2b0f09abac6e412f72
5
5
  SHA512:
6
- metadata.gz: a64256826b7a98f1d00e955108a6a2df09f2c0e907bd4769583daff027a2b5d1e66cfeecbd38f95beaf7f1a0b33c9045254c2f8c763c4656510d7dcf02a21148
7
- data.tar.gz: 3bfa3450258d2b5c0862400752fbe99f26d9fe6f3e8d4b76c182379ca166bd41402097e3a6d13465e7ff5b8145282089b72bbdc08a982b05619ebe342a33599a
6
+ metadata.gz: 690158833f747fbf3b794e7c80d8f93b42ccc95cfbe4d9da6b40707005678c312ad6158da1a2867e8515aa317eab49c17b70f7d4831d260305f224ad3d1a8abe
7
+ data.tar.gz: 22da8087efd3f0bb9254c6b12257c81e6b6266e18fa462f58f6adb896a1c01af64d2c2f275079dfc91105bf6534280d95a3d06db67d4b323a86cf60c6ba26c91
@@ -32,6 +32,13 @@ body {
32
32
  font-size: 16px;
33
33
  line-height: 1.5;
34
34
  color: $body-text-color;
35
+
36
+ background-color: $header-bg-color;
37
+ background-image: url($bg-image-url), linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
38
+ background-size: cover;
39
+ background-position: center;
40
+ background-repeat: no-repeat;
41
+ background-attachment: fixed;
35
42
  }
36
43
 
37
44
  a {
@@ -75,13 +82,10 @@ a {
75
82
  }
76
83
 
77
84
  @include small {
78
- //display: block;
79
- //width: 100%;
80
85
  padding: 0.75rem;
81
86
  font-size: 0.9rem;
82
87
 
83
88
  + .btn {
84
- //margin-top: 1rem;
85
89
  margin-left: 0;
86
90
  }
87
91
  }
@@ -107,12 +111,7 @@ a {
107
111
  .page-header {
108
112
  color: $header-heading-color;
109
113
  text-align: center;
110
- background-color: $header-bg-color;
111
- background-image: url($bg-image-url), linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
112
- background-size: cover;
113
- background-position: center;
114
- background-repeat: no-repeat;
115
- background-attachment: fixed;
114
+ background: transparent;
116
115
 
117
116
  @include large {
118
117
  padding: 5rem 6rem;
@@ -164,6 +163,7 @@ a {
164
163
 
165
164
  .main-content {
166
165
  word-wrap: break-word;
166
+ background-color: rgba(255, 255, 255, $body-background-opacity);
167
167
 
168
168
  :first-child {
169
169
  margin-top: 0;
@@ -171,9 +171,10 @@ a {
171
171
 
172
172
  @include large {
173
173
  max-width: 64rem;
174
- padding: 2rem 6rem;
175
- margin: 0 auto;
174
+ padding: 3rem 6rem;
175
+ margin: 0 auto 3rem;
176
176
  font-size: 1.1rem;
177
+ border-radius: 2rem;
177
178
  }
178
179
 
179
180
  @include medium {
@@ -13,6 +13,7 @@ $section-headings-color: #991557 !default;
13
13
  $body-text-color: #6c6071 !default;
14
14
  $body-link-color: #6b1eb8 !default;
15
15
  $blockquote-text-color: #918198 !default;
16
+ $body-background-opacity: 0.75 !default;
16
17
 
17
18
  // Code
18
19
  $code-bg-color: #f6f3fa !default;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aurora-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18.130.1
4
+ version: 1.0.18.140.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iBug
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-10 00:00:00.000000000 Z
11
+ date: 2018-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.3'
83
- description: Aurora is a clean, responsive Jekyll theme for GitHub Pages
83
+ description: Aurora is a clean, responsive Jekyll theme for GitHub Pages with immersive
84
+ design
84
85
  email:
85
86
  executables: []
86
87
  extensions: []