letitbex-theme 0.1.4 → 0.1.5

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: 4920680070aaa16a88f8b8cba4a3b50c1ea130b280cca978737404647da6a972
4
- data.tar.gz: d540d58127906b8d3e602280a8d49d9a1ffb8776f31ead9785a7beef1da50cfc
3
+ metadata.gz: 2027a5903bc4aba32d6e9f7c30abe04b3a0522bbfb3fb0be347ea86793d55394
4
+ data.tar.gz: 5dea5be7342982387f99f7fd4f440cacd0816f8e4ef73b40f01a63209ed5e824
5
5
  SHA512:
6
- metadata.gz: e6e4544f05f3e389631c8250629caa5093b25247fa22394883735a69a26a3e58dc0b7d601218b727b8bbd1ccba3d140d1029a7231636019433e564f65ebae8c1
7
- data.tar.gz: 4a5cee0e0ab4eecafb9861af414c62facabdc70be4a68ef73d5387958c25faf98e58077f4c93cf0725710515a3945691ca2c64f847048f288b3efb0818aed959
6
+ metadata.gz: fd1388b83e253f2b95cd905a6c3492e8074cc5273506f88493a52de46a50636f6376e4f9502be0646d2fdb92c19af4c040f1ca06c304dede662b3a814092564b
7
+ data.tar.gz: 8ef70cd9b92faabe8718cb6903e80f9fadac009fa28fed2ddcf1079fbd2c0505bf85e47f7a7e34ccf5d4b7c44e9bab4d68083fe86014cf8e79dcd8fe1a674d03
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
 
2
2
  ![letitbex-theme](assets/screenshot.png)
3
+ ![Code-Highlight](assets/Blockquote.png)
3
4
 
4
5
  ## Installisation
5
6
  - Add this line to Gemfile:
data/_sass/base.scss CHANGED
@@ -7,6 +7,7 @@
7
7
  //$base-font-family: 'Source Code Pro', monospace !default;
8
8
  $base-font-family: 'Envy Code R';
9
9
  $base-font-size: 16px !default;
10
+ $second-font-size: 13px;
10
11
  $mobile-font-size: 13px !default;
11
12
  $base-line-height: 1.5 !default;
12
13
  $container-width: 90% !default;
@@ -74,7 +75,8 @@ textarea { vertical-align: top; }
74
75
  * Code and syntax highlighting
75
76
  */
76
77
  .lineno { color: var(--code-color-1); margin-right: 15px; }
77
- blockquote { background-color: var(--highlight-background); }
78
+ blockquote { background-color: var(--highlight-background); padding-top:5px; padding-bottom:1px; padding-left:8px; font-size: $second-font-size; color: var(--text-color); font-family: $base-font-family !important;}
79
+
78
80
  figure.highlight { margin: 5px 0; }
79
81
  pre { background-color: var(--background-color); border: none; padding: 0; margin: 0; overflow:auto; font-size: $base-font-size; color: var(--text-color); line-height: 1.7 !important; font-family: $base-font-family !important; }
80
82
  .highlight .hll { background-color: var(--code-color-2); }
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: letitbex-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mrtsukim0t0-
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -86,6 +86,7 @@ files:
86
86
  - _layouts/post.html
87
87
  - _sass/_hacker.scss
88
88
  - _sass/base.scss
89
+ - assets/Blockquote.png
89
90
  - assets/logo.png
90
91
  - assets/main-hacker.scss
91
92
  - assets/main.scss