jekyll-theme-minimal-ryan 0.6.0 → 0.7.0

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: bb611a4718575cb31c22b77f44eb8480438682abb09951127aefabe7e570ae3b
4
- data.tar.gz: 0e8c0df614155da5f3764fd2e8c2d3a780c52e7a5b66cdaf33c3c0f23bd75357
3
+ metadata.gz: 0ba62cf51c914b6382fcc53919efa97247e599b5ff964bc418ff2c800545be5a
4
+ data.tar.gz: b56dc76afb604947a9c604dce40d75aeafed30e9e2540de4cc28b1f3f26981cb
5
5
  SHA512:
6
- metadata.gz: 6ce7bd5551cf7d4245bfa5a745e5269a98518d218219d8ada74b0c8c3400c8c19ba49ca0244c3bd20167ce4b8f3f8a078fc0db629620adb5be440fbd5bea10cf
7
- data.tar.gz: 5829b63ca5a64569e8d60dad3c55f5f6c253e3185e22b3db4c0d47e48c9ce8089d5ba8feef8b7b4a4d3e49dc4b64266afab2d9a52288ff801fcec3b03b4e6d3b
6
+ metadata.gz: 4fea7be3aec637d296fb08414e6c4bc6e57e84072b763213479fe53684f5dbbaf898b2f6c10a6935aecdafb2455a57fe64fa0f18ccbb7e0c8c92b73900ec6564
7
+ data.tar.gz: 491ff09e30b74bb7b4ed0655d6edcde7fff2c00a3550702eb39a8f404711cc64b8795980d7b0961c7b5be8e0ead89f3278391a98b36e6b22a680e59b6e799fab
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.7.0 (2024-06-07)
2
+
3
+ ### Feat
4
+
5
+ - add style for asides
6
+
1
7
  ## 0.6.0 (2024-06-07)
2
8
 
3
9
  ### Feat
@@ -67,4 +67,10 @@ footer {
67
67
  pre {
68
68
  max-width: $content-max-width;
69
69
  overflow-x: scroll;
70
- }
70
+ }
71
+
72
+ aside {
73
+ background-color: $tertiary-color-light;
74
+ box-sizing: border-box;
75
+ padding: 20px;
76
+ }
@@ -2,6 +2,7 @@
2
2
  $primary-color: white;
3
3
  $secondary-color: black;
4
4
  $tertiary-color: #575757;
5
+ $tertiary-color-light: #EAEAEA;
5
6
 
6
7
  /* Font */
7
8
  $base-font-family: "Roboto", Arial;
@@ -162,7 +162,7 @@
162
162
  align-items: center;
163
163
 
164
164
  & > * {
165
- padding: 8px 0;
165
+ margin: 8px 0;
166
166
  width: 100%;
167
167
  line-height: 1.4em;
168
168
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimal-ryan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryanshepps