Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c83287

Browse files
committed
port in latest poole changes, update rems to ems
1 parent 261340b commit 1c83287

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

public/css/lanyon.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ h1, h2, h3, h4, h5, h6 {
7575
.container {
7676
max-width: 28rem;
7777
}
78-
@media (min-width: 38rem) {
78+
@media (min-width: 38em) {
7979
.container {
8080
max-width: 32rem;
8181
}
8282
}
83-
@media (min-width: 56rem) {
83+
@media (min-width: 56em) {
8484
.container {
8585
max-width: 38rem;
8686
}
@@ -114,7 +114,7 @@ h1, h2, h3, h4, h5, h6 {
114114
letter-spacing: 0;
115115
}
116116

117-
@media (max-width: 48rem) {
117+
@media (max-width: 48em) {
118118
.masthead-title {
119119
text-align: center;
120120
}
@@ -155,7 +155,7 @@ h1, h2, h3, h4, h5, h6 {
155155
-webkit-transition: all .3s ease-in-out;
156156
transition: all .3s ease-in-out;
157157
}
158-
@media (min-width: 30rem) {
158+
@media (min-width: 30em) {
159159
.sidebar {
160160
font-size: .75rem; /* 14px */
161161
}
@@ -190,7 +190,7 @@ a.sidebar-nav-item:focus {
190190
border-color: transparent;
191191
}
192192

193-
@media (min-width: 48rem) {
193+
@media (min-width: 48em) {
194194
.sidebar-item {
195195
padding: 1.5rem;
196196
}
@@ -238,7 +238,7 @@ a.sidebar-nav-item:focus {
238238
background-color: #505050;
239239
}
240240

241-
@media (min-width: 30.1rem) {
241+
@media (min-width: 30.1em) {
242242
.sidebar-toggle {
243243
position: fixed;
244244
width: 2.25rem;
@@ -377,7 +377,7 @@ a.pagination-item:hover {
377377
background-color: #f5f5f5;
378378
}
379379

380-
@media (min-width: 30rem) {
380+
@media (min-width: 30em) {
381381
.pagination {
382382
margin: 3rem 0;
383383
}

public/css/poole.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 {

0 commit comments

Comments
 (0)