Skip to content

Commit 7baeede

Browse files
committed
latest poole
1 parent 6862d74 commit 7baeede

1 file changed

Lines changed: 31 additions & 4 deletions

File tree

public/css/poole.css

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ html {
5252
font-size: 16px;
5353
line-height: 1.5;
5454
}
55-
@media (min-width: 38rem) {
55+
@media (min-width: 38em) {
5656
html {
5757
font-size: 20px;
5858
}
@@ -70,6 +70,9 @@ a {
7070
color: #268bd2;
7171
text-decoration: none;
7272
}
73+
a strong {
74+
color: inherit;
75+
}
7376
/* `:focus` is linked to `:hover` for basic accessibility */
7477
a:hover,
7578
a:focus {
@@ -175,6 +178,8 @@ pre code {
175178
color: inherit;
176179
background-color: transparent;
177180
}
181+
182+
/* Pygments via Jekyll */
178183
.highlight {
179184
margin-bottom: 1rem;
180185
border-radius: 4px;
@@ -183,6 +188,28 @@ pre code {
183188
margin-bottom: 0;
184189
}
185190

191+
/* Gist via GitHub Pages */
192+
.gist .gist-file {
193+
font-family: Menlo, Monaco, "Courier New", monospace !important;
194+
}
195+
.gist .markdown-body {
196+
padding: 15px;
197+
}
198+
.gist pre {
199+
padding: 0;
200+
background-color: transparent;
201+
}
202+
.gist .gist-file .gist-data {
203+
font-size: .8rem !important;
204+
line-height: 1.4;
205+
}
206+
.gist code {
207+
padding: 0;
208+
color: inherit;
209+
background-color: transparent;
210+
border-radius: 0;
211+
}
212+
186213
/* Quotes */
187214
blockquote {
188215
padding: .5rem 1rem;
@@ -193,7 +220,7 @@ blockquote {
193220
blockquote p:last-child {
194221
margin-bottom: 0;
195222
}
196-
@media (min-width: 30rem) {
223+
@media (min-width: 30em) {
197224
blockquote {
198225
padding-right: 5rem;
199226
padding-left: 1.25rem;
@@ -202,9 +229,9 @@ blockquote p:last-child {
202229

203230
img {
204231
display: block;
232+
max-width: 100%;
205233
margin: 0 0 1rem;
206234
border-radius: 5px;
207-
max-width: 100%;
208235
}
209236

210237
/* Tables */
@@ -382,7 +409,7 @@ a.pagination-item:hover {
382409
background-color: #f5f5f5;
383410
}
384411

385-
@media (min-width: 30rem) {
412+
@media (min-width: 30em) {
386413
.pagination {
387414
margin: 3rem 0;
388415
}

0 commit comments

Comments
 (0)