1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Restore the prompt in the page nav button in the latest/oldest articles

This commit is contained in:
Cotes Chung
2021-02-02 17:37:50 +08:00
parent 6dc9cdfa25
commit 94b99350fc
2 changed files with 11 additions and 8 deletions

View File

@@ -85,6 +85,12 @@
&.btn-outline-primary.disabled:focus {
box-shadow: none;
}
&::before {
color: var(--text-muted-color);
font-size: 0.65rem;
text-transform: uppercase;
content: attr(prompt);
}
}
p {
@@ -95,12 +101,6 @@
}
a {
&::before {
color: var(--text-muted-color);
font-size: 0.65rem;
text-transform: uppercase;
content: attr(prompt);
}
&:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
@@ -112,6 +112,7 @@
right: 0.5px;
}
}
} // .post-navigation
@keyframes fade-up {