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 +4 -4
- data/_sass/aurora.scss +12 -11
- data/_sass/variables.scss +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 056c26e5c4f70a77d166141dc104e5c4a256e10a9ccf768763ab1a2adccc6687
|
|
4
|
+
data.tar.gz: 4c130d68d02844d4b82b67cba5cc0793bba427d2dfe10d2b0f09abac6e412f72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 690158833f747fbf3b794e7c80d8f93b42ccc95cfbe4d9da6b40707005678c312ad6158da1a2867e8515aa317eab49c17b70f7d4831d260305f224ad3d1a8abe
|
|
7
|
+
data.tar.gz: 22da8087efd3f0bb9254c6b12257c81e6b6266e18fa462f58f6adb896a1c01af64d2c2f275079dfc91105bf6534280d95a3d06db67d4b323a86cf60c6ba26c91
|
data/_sass/aurora.scss
CHANGED
|
@@ -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
|
-
|
|
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:
|
|
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 {
|
data/_sass/variables.scss
CHANGED
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.
|
|
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-
|
|
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: []
|