@@ -25,7 +25,7 @@ body, button, input {
25
25
Cantarell, "Fira Sans" , "Droid Sans" , "Helvetica Neue" , Helvetica, Arial;
26
26
}
27
27
28
- html , p , h1 , h2 , h3 , h4 , h5 , html , blockquote {
28
+ html , p , h1 , h2 , h3 , h4 , html , blockquote {
29
29
margin : 0 ;
30
30
padding : 0 ;
31
31
}
40
40
padding : 0 2em ;
41
41
margin : 0 ;
42
42
}
43
- @media (max-width : 55em ) {
44
- body {padding : 0 1rem }
45
- }
43
+ @media (max-width : 55em ) { body {padding : 0 1rem } }
46
44
47
45
hr {
48
46
margin : 24px 0 ;
83
81
}
84
82
.navbar-item img {max-height : 1.75rem }
85
83
86
- img {
87
- max-width : 100% ;
88
- height : auto;
89
- }
84
+ img { max-width : 100% ; height : auto }
90
85
91
86
.navbar-link , a .navbar-item {
92
87
cursor : pointer;
104
99
}
105
100
a : hover {border-bottom : 1px solid}
106
101
a .navbar-item : hover {border-bottom : 0 }
107
-
108
102
a .no-underline {
109
103
border-bottom : 0 ;
110
104
}
@@ -132,7 +126,6 @@ pre {
132
126
word-wrap : normal;
133
127
overflow-x : auto;
134
128
}
135
-
136
129
pre code {
137
130
background-color : transparent;
138
131
color : currentColor;
@@ -153,22 +146,6 @@ g-emoji {
153
146
vertical-align : -.075em ;
154
147
}
155
148
156
- .center {
157
- text-align : center;
158
- display : block;
159
- margin-left : auto;
160
- margin-right : auto;
161
- }
162
- .right {text-align : right}
163
- .left {text-align : left}
164
-
165
- .hero {
166
- margin-bottom : 3rem ;
167
- margin-top : 1.6rem ;
168
- flex-direction : column;
169
- justify-content : space-between;
170
- }
171
-
172
149
p , .paragraph {max-width : 88ch ;}
173
150
p {
174
151
display : block;
180
157
181
158
.section {padding : 1rem 0 }
182
159
183
- .subtitle {margin-top : -1.5rem }
184
-
185
- table {
186
- border-collapse : collapse;
187
- border-spacing : 0 ;
188
- }
189
-
190
160
.huge {font-size : 5rem }
191
- .huge-lite {font-size : 4rem }
192
161
h1 , .bigger {font-size : 2.5rem }
193
162
h2 , .big {font-size : 2.1rem }
194
163
h3 , .medium {font-size : 1.7rem }
@@ -200,7 +169,6 @@ pre {line-height: 1.25}
200
169
201
170
@media (max-width : 55em ){
202
171
.huge {font-size : 4rem }
203
- .huge-lite {font-size : 3rem }
204
172
h1 , .bigger {font-size : 2rem }
205
173
h2 , .big {font-size : 1.8rem }
206
174
h3 , .medium {font-size : 1.5rem }
@@ -214,12 +182,6 @@ pre {line-height: 1.25}
214
182
.navbar-start > .navbar-item {font-size : 1em }
215
183
}
216
184
217
- # icon {
218
- width : 35% ;
219
- margin-top : -3% ;
220
- margin-bottom : -3% ;
221
- }
222
-
223
185
h1 {
224
186
margin-bottom : 1.5rem ;
225
187
line-height : 1.125 ;
@@ -232,14 +194,8 @@ h3 {font-weight: 500}
232
194
.navbar-start > .navbar-item {font-weight : bold}
233
195
.underline {text-decoration : underline}
234
196
235
- .author-date {
236
- font-weight : 650 ;
237
- margin-block-end : 0.4em ;
238
- }
239
-
240
197
/* Light Theme Colors */
241
198
html {background-color : white}
242
- .hero {background-color : # EAEAEA }
243
199
hr {background-color : # EAEAEA }
244
200
h1 , h2 , h3 , h4 , p , code , pre , th {color : # 323232 }
245
201
blockquote {border-left : 5px solid # EAEAEA }
@@ -263,7 +219,6 @@ li {color: black; text-decoration: black;}
263
219
/* Dark Theme Colors */
264
220
@media (prefers-color-scheme : dark) {
265
221
html {background-color : # 262626 }
266
- .hero {background-color : # 4A4A4A }
267
222
hr {background-color : # 4A4A4A }
268
223
h1 , h2 , h3 , h4 , p , code , pre , th {color : # F9F7F7 }
269
224
blockquote {border-left : 5px solid # 4A4A4A }
0 commit comments