termina-plex 0.1.5 → 0.1.6

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: 0eb179e2b6434266ef4cdbf34924f380b983dd147baa93cf6f99d7ce38505e96
4
- data.tar.gz: 3a087b2fe96047a8e196b75e10382e5a66957c8864087a783dae25a0648ca9fe
3
+ metadata.gz: bf089e40f9cae6db64efa48d1c19f77480790740dbb7a55da6ba664f73e6ea90
4
+ data.tar.gz: cbe958de9d50ec4bf2903c8fb3e114f954835f3147d071ba0c60fbd5df2a6fc8
5
5
  SHA512:
6
- metadata.gz: 1bb22af0383c78131d430b515a21a19c00406c4790291dce3b8a98e635f803a771ab93b273e8c39b9f1985f1df73641d2f6112683798735b5204f99cfab70f4e
7
- data.tar.gz: 88dc348cbfd291c92eb92af95be900eaee492e7176d559bfc9ddd2114c5b41935dce986868ce3dd8fc717baad8028589013ce47705fab67a419c22abd2fd4971
6
+ metadata.gz: 95ea214917732825e5c491d1f049970d73ad4cdc4d3a70172f81e67320a346277a6ad2f8549f982f31df1ab3d11bec950aac9bb43420aba6ff5bd51ec246b9cb
7
+ data.tar.gz: 465de0f82db2733d307c844668cd3db09b97c60119b65982dda6e66b259c32cbe218f22e1729cf7e13a25780a95d6b616f0c05c2d8b495b18c525c3177dc8d03
data/README.md CHANGED
@@ -8,7 +8,13 @@ By the default, the theme respects the `prefers-color-scheme` value provided by
8
8
 
9
9
  ## Installation
10
10
 
11
- Add this line to your Jekyll site's Gemfile:
11
+ Add this line to your Jekyll site's Gemfile to install:
12
+
13
+ ```ruby
14
+ gem "termina-plex"
15
+ ```
16
+
17
+ To install the theme from GitHub, add this line to your Jekyll site's Gemfile:
12
18
 
13
19
  ```ruby
14
20
  gem "termina-plex", git: "https://github.com/questionlp/termina-plex.git"
@@ -42,6 +48,20 @@ The links displayed in the header of the page are defined in the `termina-plex.h
42
48
 
43
49
  The social links displayed under the site title in the main section of the landing page are defined by the `termina-plex.social_links` setting. Each link is defined as an object with a `name` and `url` key. An optional `rel` key is available if link-based validation is required by applications like Mastodon. As with the header link names, the link names will also be transformed to lowercase via CSS.
44
50
 
51
+ ## Screenshots
52
+
53
+ ![Screenshot of the Termina Plex theme for Jekyll showing the landing page in dark mode](/screenshots/termina-plex-01-landing-page-dark.png)
54
+
55
+ ![Screenshot of the Termina Plex theme for Jekyll showing the landing page in light mode](/screenshots/termina-plex-02-landing-page-light.png)
56
+
57
+ ![Screenshot of the Termina Plex theme for Jekyll showing a listing blog posts in dark mode](/screenshots/termina-plex-03-blog-post-listing-dark.png)
58
+
59
+ ![Screenshot of the Termina Plex theme for Jekyll showing a listing blog posts in light mode](/screenshots/termina-plex-04-blog-post-listing-light.png)
60
+
61
+ ![Screenshot of the Termina Plex theme for Jekyll showing a blog post in dark mode](/screenshots/termina-plex-05-blog-post-dark.png)
62
+
63
+ ![Screenshot of the Termina Plex theme for Jekyll showing a blog post in light mode](/screenshots/termina-plex-06-blog-post-light.png)
64
+
45
65
  ## License
46
66
 
47
67
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -4,12 +4,12 @@
4
4
  .highlight {
5
5
  .c { color: var(--highlight-c); font-style: italic } // Comment
6
6
  .err { color: var(--highlight-err); background-color: var(--highlight-err-bg) } // Error
7
- .k { color: var(--highlight-k); font-weight: bold } // Keyword
8
- .o { color: var(--highlight-o); font-weight: bold } // Operator
7
+ .k { color: var(--highlight-k); font-weight: 600 } // Keyword
8
+ .o { color: var(--highlight-o); font-weight: 600 } // Operator
9
9
  .cm { color: var(--highlight-cm); font-style: italic } // Comment.Multiline
10
- .cp { color: var(--highlight-cp); font-weight: bold } // Comment.Preproc
10
+ .cp { color: var(--highlight-cp); font-weight: 600 } // Comment.Preproc
11
11
  .c1 { color: var(--highlight-c1); font-style: italic } // Comment.Single
12
- .cs { color: var(--highlight-cs); font-weight: bold; font-style: italic } // Comment.Special
12
+ .cs { color: var(--highlight-cs); font-weight: 600; font-style: italic } // Comment.Special
13
13
  .gd { color: var(--highlight-gd); background-color: var(--highlight-gd-bg) } // Generic.Deleted
14
14
  .gd .x { color: var(--highlight-gd-x); background-color: var(--highlight-gd-x-bg) } // Generic.Deleted.Specific
15
15
  .ge { color: var(--highlight-ge); font-style: italic } // Generic.Emph
@@ -19,27 +19,27 @@
19
19
  .gi .x { color: var(--highlight-gi-x); background-color: var(--highlight-gi-x-bg) } // Generic.Inserted.Specific
20
20
  .go { color: var(--highlight-go) } // Generic.Output
21
21
  .gp { color: var(--highlight-gp) } // Generic.Prompt
22
- .gs { color: var(--highlight-gs); font-weight: bold } // Generic.Strong
22
+ .gs { color: var(--highlight-gs); font-weight: 600 } // Generic.Strong
23
23
  .gu { color: var(--highlight-gu) } // Generic.Subheading
24
24
  .gt { color: var(--highlight-gt) } // Generic.Traceback
25
- .kc { color: var(--highlight-kc); font-weight: bold } // Keyword.Constant
26
- .kd { color: var(--highlight-kd); font-weight: bold } // Keyword.Declaration
27
- .kp { color: var(--highlight-kp); font-weight: bold } // Keyword.Pseudo
28
- .kr { color: var(--highlight-kr); font-weight: bold } // Keyword.Reserved
29
- .kt { color: var(--highlight-kt); font-weight: bold } // Keyword.Type
25
+ .kc { color: var(--highlight-kc); font-weight: 600 } // Keyword.Constant
26
+ .kd { color: var(--highlight-kd); font-weight: 600 } // Keyword.Declaration
27
+ .kp { color: var(--highlight-kp); font-weight: 600 } // Keyword.Pseudo
28
+ .kr { color: var(--highlight-kr); font-weight: 600 } // Keyword.Reserved
29
+ .kt { color: var(--highlight-kt); font-weight: 600 } // Keyword.Type
30
30
  .m { color: var(--highlight-m); } // Literal.Number
31
31
  .s { color: var(--highlight-s) } // Literal.String
32
32
  .na { color: var(--highlight-na) } // Name.Attribute
33
33
  .nb { color: var(--highlight-nb) } // Name.Builtin
34
- .nc { color: var(--highlight-nc); font-weight: bold } // Name.Class
34
+ .nc { color: var(--highlight-nc); font-weight: 600 } // Name.Class
35
35
  .no { color: var(--highlight-no) } // Name.Constant
36
36
  .ni { color: var(--highlight-ni); } // Name.Entity
37
- .ne { color: var(--highlight-ne); font-weight: bold } // Name.Exception
38
- .nf { color: var(--highlight-nf); font-weight: bold } // Name.Function
37
+ .ne { color: var(--highlight-ne); font-weight: 600 } // Name.Exception
38
+ .nf { color: var(--highlight-nf); font-weight: 600 } // Name.Function
39
39
  .nn { color: var(--highlight-nn); } // Name.Namespace
40
40
  .nt { color: var(--highlight-nt) } // Name.Tag
41
41
  .nv { color: var(--highlight-nv) } // Name.Variable
42
- .ow { color: var(--highlight-ow); font-weight: bold } // Operator.Word
42
+ .ow { color: var(--highlight-ow); font-weight: 600 } // Operator.Word
43
43
  .w { color: var(--highlight-w) } // Text.Whitespace
44
44
  .mf { color: var(--highlight-mf) } // Literal.Number.Float
45
45
  .mh { color: var(--highlight-mh) } // Literal.Number.Hex
@@ -1,12 +1,36 @@
1
1
  @charset "utf-8";
2
2
 
3
3
  // IBM Plex Mono
4
+ @font-face {
5
+ font-family: "IBM Plex Mono";
6
+ src: local("IBM Plex Mono"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf") format("truetype");
7
+ font-weight: 400;
8
+ font-display: swap;
9
+ font-style: normal;
10
+ }
11
+
4
12
  @font-face {
5
13
  font-family: "IBM Plex Mono";
6
14
  src: local("IBM Plex Mono Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Italic.ttf") format("truetype");
7
15
  font-weight: 400;
8
16
  font-display: swap;
9
- font-style: italic
17
+ font-style: italic;
18
+ }
19
+
20
+ @font-face {
21
+ font-family: "IBM Plex Mono";
22
+ src: local("IBM Plex Mono SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBold.ttf") format("truetype");
23
+ font-weight: 600;
24
+ font-display: swap;
25
+ font-style: normal;
26
+ }
27
+
28
+ @font-face {
29
+ font-family: "IBM Plex Mono";
30
+ src: local("IBM Plex Mono SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-SemiBoldItalic.ttf") format("truetype");
31
+ font-weight: 600;
32
+ font-display: swap;
33
+ font-style: italic;
10
34
  }
11
35
 
12
36
  @font-face {
@@ -14,7 +38,7 @@
14
38
  src: local("IBM Plex Mono Bold"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf") format("truetype");
15
39
  font-weight: 700;
16
40
  font-display: swap;
17
- font-style: normal
41
+ font-style: normal;
18
42
  }
19
43
 
20
44
  @font-face {
@@ -22,7 +46,7 @@
22
46
  src: local("IBM Plex Mono Bold Italic"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-BoldItalic.ttf") format("truetype");
23
47
  font-weight: 700;
24
48
  font-display: swap;
25
- font-style: italic
49
+ font-style: italic;
26
50
  }
27
51
 
28
52
  @font-face {
@@ -30,24 +54,40 @@
30
54
  src: local("IBM Plex Mono Medium"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Medium.ttf") format("truetype");
31
55
  font-weight: 500;
32
56
  font-display: swap;
33
- font-style: normal
57
+ font-style: normal;
34
58
  }
35
59
 
60
+ // IBM Plex Sans
36
61
  @font-face {
37
- font-family: "IBM Plex Mono";
38
- src: local("IBM Plex Mono"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexMono-Regular.ttf") format("truetype");
62
+ font-family: "IBM Plex Sans";
63
+ src: local("IBM Plex Sans"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
39
64
  font-weight: 400;
40
65
  font-display: swap;
41
- font-style: normal
66
+ font-style: normal;
42
67
  }
43
68
 
44
- // IBM Plex Sans
45
69
  @font-face {
46
70
  font-family: "IBM Plex Sans";
47
71
  src: local("IBM Plex Sans Italic"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.ttf") format("truetype");
48
72
  font-weight: 400;
49
73
  font-display: swap;
50
- font-style: italic
74
+ font-style: italic;
75
+ }
76
+
77
+ @font-face {
78
+ font-family: "IBM Plex Sans";
79
+ src: local("IBM Plex Sans SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBold.ttf") format("truetype");
80
+ font-weight: 600;
81
+ font-display: swap;
82
+ font-style: normal;
83
+ }
84
+
85
+ @font-face {
86
+ font-family: "IBM Plex Sans";
87
+ src: local("IBM Plex Sans SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
88
+ font-weight: 600;
89
+ font-display: swap;
90
+ font-style: italic;
51
91
  }
52
92
 
53
93
  @font-face {
@@ -55,7 +95,7 @@
55
95
  src: local("IBM Plex Sans Bold"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.ttf") format("truetype");
56
96
  font-weight: 700;
57
97
  font-display: swap;
58
- font-style: normal
98
+ font-style: normal;
59
99
  }
60
100
 
61
101
  @font-face {
@@ -63,7 +103,7 @@
63
103
  src: local("IBM Plex Sans Bold Italic"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.ttf") format("truetype");
64
104
  font-weight: 700;
65
105
  font-display: swap;
66
- font-style: italic
106
+ font-style: italic;
67
107
  }
68
108
 
69
109
  @font-face {
@@ -71,54 +111,63 @@
71
111
  src: local("IBM Plex Sans Medium"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.ttf") format("truetype");
72
112
  font-weight: 500;
73
113
  font-display: swap;
74
- font-style: normal
114
+ font-style: normal;
75
115
  }
76
116
 
117
+
118
+ // IBM Plex Serif
77
119
  @font-face {
78
- font-family: "IBM Plex Sans";
79
- src: local("IBM Plex Sans"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
120
+ font-family: "IBM Plex Serif";
121
+ src: local("IBM Plex Serif"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.ttf") format("truetype");
80
122
  font-weight: 400;
81
123
  font-display: swap;
82
- font-style: normal
124
+ font-style: normal;
83
125
  }
84
126
 
85
- // IBM Plex Serif
86
127
  @font-face {
87
128
  font-family: "IBM Plex Serif";
88
129
  src: local("IBM Plex Serif Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Italic.ttf") format("truetype");
89
130
  font-weight: 400;
90
131
  font-display: swap;
91
- font-style: italic
132
+ font-style: italic;
92
133
  }
93
134
 
94
135
  @font-face {
95
136
  font-family: "IBM Plex Serif";
96
- src: local("IBM Plex Serif Bold"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf") format("truetype");
97
- font-weight: 700;
137
+ src: local("IBM Plex Serif SemiBold"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBold.ttf") format("truetype");
138
+ font-weight: 600;
98
139
  font-display: swap;
99
- font-style: normal
140
+ font-style: normal;
100
141
  }
101
142
 
102
143
  @font-face {
103
144
  font-family: "IBM Plex Serif";
104
- src: local("IBM Plex Serif Bold Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.ttf") format("truetype");
145
+ src: local("IBM Plex Serif SemiBold Italic"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.woff") format("woff"), url("../fonts/ibm-plex-mono/IBMPlexSerif-SemiBoldItalic.ttf") format("truetype");
146
+ font-weight: 600;
147
+ font-display: swap;
148
+ font-style: italic;
149
+ }
150
+
151
+ @font-face {
152
+ font-family: "IBM Plex Serif";
153
+ src: local("IBM Plex Serif Bold"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Bold.ttf") format("truetype");
105
154
  font-weight: 700;
106
155
  font-display: swap;
107
- font-style: italic
156
+ font-style: normal;
108
157
  }
109
158
 
110
159
  @font-face {
111
160
  font-family: "IBM Plex Serif";
112
- src: local("IBM Plex Serif Medium"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf") format("truetype");
113
- font-weight: 500;
161
+ src: local("IBM Plex Serif Bold Italic"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-BoldItalic.ttf") format("truetype");
162
+ font-weight: 700;
114
163
  font-display: swap;
115
- font-style: normal
164
+ font-style: italic;
116
165
  }
117
166
 
118
167
  @font-face {
119
168
  font-family: "IBM Plex Serif";
120
- src: local("IBM Plex Serif"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Regular.ttf") format("truetype");
121
- font-weight: 400;
169
+ src: local("IBM Plex Serif Medium"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff2") format("woff2"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.woff") format("woff"), url("../fonts/ibm-plex-serif/IBMPlexSerif-Medium.ttf") format("truetype");
170
+ font-weight: 500;
122
171
  font-display: swap;
123
- font-style: normal
172
+ font-style: normal;
124
173
  }
@@ -11,6 +11,35 @@ body {
11
11
  margin: 0;
12
12
  }
13
13
 
14
+ h1, h2, h3, h4, h5, h6 {
15
+ font-family: $header-font-family;
16
+ font-weight: 600;
17
+ }
18
+
19
+ b, strong, th {
20
+ font-weight: 600 !important;
21
+ }
22
+
23
+ article {
24
+ font-size: #{$base-font-size};
25
+ }
26
+
27
+ tt, code, kbd, samp {
28
+ font-family: #{$code-font-family};
29
+ }
30
+
31
+ table {
32
+ border-collapse: collapse;
33
+ padding: initial;
34
+ margin: 0 0 $spacingUnit * 0.875 0;
35
+ }
36
+
37
+ th, tr, td {
38
+ border: 1px solid rgba(127, 127, 127, 0.5);
39
+ padding: $spacingUnit * 0.25 $spacingUnit * 0.375;
40
+ margin: initial;
41
+ }
42
+
14
43
  .visually-hidden {
15
44
  clip: rect(0 0 0 0);
16
45
  clip-path: inset(50%);
@@ -50,34 +50,10 @@ body div.content {
50
50
  }
51
51
  }
52
52
 
53
- h1, h2, h3, h4, h5, h6 {
54
- font-family: $header-font-family;
55
- }
56
-
57
- article {
58
- font-size: #{$base-font-size};
59
- }
60
-
61
53
  article header h1 {
62
54
  font-size: 2rem;
63
55
  }
64
56
 
65
- tt, code, kbd, samp {
66
- font-family: #{$code-font-family};
67
- }
68
-
69
- table {
70
- border-collapse: collapse;
71
- padding: initial;
72
- margin: 0 0 $spacingUnit * 0.875 0;
73
- }
74
-
75
- th, tr, td {
76
- border: 1px solid rgba(127, 127, 127, 0.5);
77
- padding: $spacingUnit * 0.25 $spacingUnit * 0.375;
78
- margin: initial;
79
- }
80
-
81
57
  .metaTag, .metaCategory {
82
58
  display: inline-flex;
83
59
  font-family: $header-font-family;
metadata CHANGED
@@ -1,12 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
- - Matúš Námešný
9
- - Joel Glovier
10
8
  autorequire:
11
9
  bindir: bin
12
10
  cert_chain: []
@@ -97,7 +95,6 @@ dependencies:
97
95
  description:
98
96
  email:
99
97
  - hello@linh.social
100
- - jglovier@github.com
101
98
  executables: []
102
99
  extensions: []
103
100
  extra_rdoc_files: []