diff --git a/content/static/style.css b/content/static/style.css index 7a3a178..d900bda 100644 --- a/content/static/style.css +++ b/content/static/style.css @@ -31,6 +31,18 @@ header { text-transform: lowercase; } +.post-nav { + font-family: monospace; +} + +.post-nav .symbol { + color: var(--main-bullet-color); +} + +.post-nav a { + margin: 0 2px; +} + .site-logo { color: inherit; font-weight: bold;