diff options
| -rw-r--r-- | extras/html/header.html.part | 2 | ||||
| -rw-r--r-- | extras/html/themes/default/style.css | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/extras/html/header.html.part b/extras/html/header.html.part index 4b74001..1db8965 100644 --- a/extras/html/header.html.part +++ b/extras/html/header.html.part @@ -9,5 +9,5 @@ </head> <body> <p class="header"> -<a href="https://%%DOMAIN%%">Home</a> | <a href="%%MARKDOWN_BASE_URI%%%%CURRENT_PAGE%%.md">Markdown</a> | <a href="gemini://%%DOMAIN%%%%CURRENT_PAGE%%.gmi">Gemini</a> +<a href="https://%%DOMAIN%%">Home</a> | <a href="%%MARKDOWN_BASE_URI%%%%CURRENT_PAGE%%.md">Markdown</a> | <a href="gemini://%%DOMAIN%%%%CURRENT_PAGE%%.gmi">Gemini</a> </p> diff --git a/extras/html/themes/default/style.css b/extras/html/themes/default/style.css index 9363db3..bd3bc62 100644 --- a/extras/html/themes/default/style.css +++ b/extras/html/themes/default/style.css @@ -32,12 +32,7 @@ body { margin: 20px auto; border: 5px solid #eeeeee; border-radius: 15px; -} - -a { - font-family: code, monospace; - text-decoration: none; - color: #0e0e0e; + word-wrap: break-word; } h1, h2, h3 { @@ -45,6 +40,8 @@ h1, h2, h3 { } a { + font-family: code, monospace; + text-decoration: none; color: #666666; padding: 0 0 0 0; } |
