M assets/css/custom.css => assets/css/custom.css +14 -3
@@ 1,5 1,6 @@
main {
margin: 1.5rem 0;
+ color: #333;
}
a {
@@ 61,6 62,16 @@ time {
color: #666;
}
+nav.u-background {
+ border-bottom: 1px solid #dbdbdb;
+}
+
+@media only screen and (min-width: 866.67px) {
+ nav .u-wrapper {
+ max-width: calc(100% - 60px);
+ }
+}
+
.u-clickable {
font-weight: inherit;
}
@@ 75,13 86,13 @@ time {
}
.Banner-link:hover {
- color: #000;
+ color: #333;
}
.Banner-item--title .Banner-link {
- color: #000;
+ color: #333;
font-weight: 700;
- font-size: 24px;
+ font-size: 1.5rem;
}
.Banner-item--title .Banner-link:hover {
M config.toml => config.toml +1 -0
@@ 4,6 4,7 @@ author = "Greg Anders"
title = "g.p. anders"
theme = "hugo-flex"
enableGitInfo = true
+paginate = 9999999
[taxonomies]