letitbex-theme 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_hacker.scss +1 -0
  3. data/_sass/base.scss +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60da06f3174dcda63a3a2871b88a57e1426dbec5bc77f57041c4cc17d8328717
4
- data.tar.gz: 18a5b8b880905f8d6ef7ed170f98e9cad838d956a82f7c18ba52e83574a99981
3
+ metadata.gz: 4920680070aaa16a88f8b8cba4a3b50c1ea130b280cca978737404647da6a972
4
+ data.tar.gz: d540d58127906b8d3e602280a8d49d9a1ffb8776f31ead9785a7beef1da50cfc
5
5
  SHA512:
6
- metadata.gz: aca864e5b8c5b20406ec86be3022bd3b92d8e8b5822b603df804a3f127c3c5f8a63d1636cf0ea92dabc4e4968b17b00a1a10440656d0ceee6aa2577777161df7
7
- data.tar.gz: ecfe732865d7a74bf978bf7d6f7040fd2081ab562cd2d2565ffc13e62cbaf5086576f69da77aa281b5a00d85e6aed776da863e0b749d087ccf46fa25b357b19e
6
+ metadata.gz: e6e4544f05f3e389631c8250629caa5093b25247fa22394883735a69a26a3e58dc0b7d601218b727b8bbd1ccba3d140d1029a7231636019433e564f65ebae8c1
7
+ data.tar.gz: 4a5cee0e0ab4eecafb9861af414c62facabdc70be4a68ef73d5387958c25faf98e58077f4c93cf0725710515a3945691ca2c64f847048f288b3efb0818aed959
data/_sass/_hacker.scss CHANGED
@@ -7,6 +7,7 @@
7
7
  --border: dashed 1px rgba(0, 255, 0, 0.9);
8
8
  --selection-background: rgba(0, 255, 0, 0.99);
9
9
  --selection-text: #000;
10
+ --highlight-background: #080808;
10
11
  --background-color: #000;
11
12
  --text-color: var(--base-color);
12
13
  --placeholder-color: var(--base-color);
data/_sass/base.scss CHANGED
@@ -44,7 +44,6 @@ footer { margin-bottom: 20px; }
44
44
  /**
45
45
  * Lists
46
46
  */
47
- :not(.menu) > ul { list-style: none; padding-left: 0; }
48
47
  :not(.menu) > ul { list-style-type: none; }
49
48
  :not(.menu) > ul > li:before { content: "-"; margin-right: 9px; }
50
49
 
@@ -75,6 +74,7 @@ textarea { vertical-align: top; }
75
74
  * Code and syntax highlighting
76
75
  */
77
76
  .lineno { color: var(--code-color-1); margin-right: 15px; }
77
+ blockquote { background-color: var(--highlight-background); }
78
78
  figure.highlight { margin: 5px 0; }
79
79
  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
80
  .highlight .hll { background-color: var(--code-color-2); }
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - mrtsukim0t0-
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll