diff --git a/themes/etch-custom/assets/css/dark.css b/themes/etch-custom/assets/css/dark.css index b871eac..bf9759b 100644 --- a/themes/etch-custom/assets/css/dark.css +++ b/themes/etch-custom/assets/css/dark.css @@ -16,7 +16,7 @@ } main#content pre, main#content code { - border: 1px solid #222; + border: 1px solid #333; } {{- if not (eq .Site.Params.dark "on") -}} diff --git a/themes/etch-custom/assets/css/main.css b/themes/etch-custom/assets/css/main.css index 13ca982..d1fe24b 100644 --- a/themes/etch-custom/assets/css/main.css +++ b/themes/etch-custom/assets/css/main.css @@ -14,10 +14,6 @@ header#banner { margin: 2rem 0 0 0; } -header#banner a:hover { - text-decoration: underline; -} - header#banner h2 { display: inline; font-size: 1.5rem; @@ -31,7 +27,6 @@ header#banner nav { header#banner nav ul { list-style-type: none; font-size: 1.25rem; - text-transform: lowercase; margin: 0; padding: 0 } @@ -47,7 +42,6 @@ main#content h3, main#content h4, main#content h5, main#content h6 { - display: block; margin: 1.5rem 0 1rem; } @@ -58,21 +52,7 @@ main#content ul#posts { } main#content ul#posts li { - line-height: 1.5rem; - padding: 0; - margin: 1rem 0; -} - -main#content ul#posts small { - color: var(--dim-text); -} - -main#content ul#posts li a { - text-decoration: none; -} - -main#content ul#posts li a:hover { - text-decoration: underline; + margin-bottom: 1rem; } /* single.html styles */ diff --git a/themes/etch-custom/assets/css/narrow.css b/themes/etch-custom/assets/css/narrow.css index 6b9785e..44237f0 100644 --- a/themes/etch-custom/assets/css/narrow.css +++ b/themes/etch-custom/assets/css/narrow.css @@ -3,11 +3,12 @@ max-width: 500px; padding: 0 5%; } + header#banner nav { display: block; - padding: 1rem 0 0.5rem 0; - margin: 0; + padding: 1rem 0 0.5rem; } + header#banner nav ul li { display: block; padding: 0.25rem 0;