yefeme 0.2.5 → 0.2.6

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/yefeme.scss +11 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b29d5329f2eb156fda90f221395595dc25a800ee
4
- data.tar.gz: 9f7a4d228267e8c53f9a95d12ff9294a829a3278
3
+ metadata.gz: 87994ff687999f74e6be89cba8c0617cfc053d33
4
+ data.tar.gz: 5c33cca44adaa03697876012be676fb7c2d20ac0
5
5
  SHA512:
6
- metadata.gz: c0d480d3efb64fe2cb431c871312df39d2132e1036ff9de48d6e6bbe745c4678d3e69a81e12e57aaa9d4a384ead7117ab972e2672a8653649e8cc98d3b93ea5e
7
- data.tar.gz: 399353e3108d470d83458f93a114da2894e2dd5602fdfbadeedafb72a103ecb43472081e1c7ecb36b2e6826ff40848c315910de019515052bfc97bcfdab81304
6
+ metadata.gz: f00c9532734835b853449292b9980696caab31c5e2c904223ecdd717645cd3c7b36337143aadb29b8414b5e2127edb0b83c1948cca59c2d9d04e60d8647c6190
7
+ data.tar.gz: f600369883fbba3cd65bb5f10cf15db9258dd989b722d4adae5065a4f4b808014abdc2f61dc8411cf90a459410474057bade3661a5c06877f98e428a156ce442
data/_sass/yefeme.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  $base-font-family: 'Frank Ruhl Libre', serif !default;
2
2
  $base-font-size: 20px !default;
3
3
  $base-font-weight: 400 !default;
4
- $small-font-size: $base-font-size * .875 !default;
4
+ $small-font-size: $base-font-size * .8 !default;
5
5
  $base-line-height: 1.5 !default;
6
6
 
7
7
  $width: 760px;
@@ -184,3 +184,13 @@ footer {
184
184
  margin: 0 0 24px;
185
185
  }
186
186
  }
187
+
188
+ .highlight {
189
+ margin: 0;
190
+
191
+ pre {
192
+ font-size: $small-font-size;
193
+ margin: 0;
194
+ overflow: scroll;
195
+ }
196
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yefeme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yefim Vedernikoff