diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 07:17:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:03 +0100 |
| commit | 762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (patch) | |
| tree | f4cc69d308c486d9fc713e4971078c034a345fbc /content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html | |
| parent | 72e414b8da38e0284a9556b72a991f7b4621375d (diff) | |
improve link style
Diffstat (limited to 'content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html')
| -rw-r--r-- | content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html index f95ff3af..3faa9495 100644 --- a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html @@ -9,7 +9,7 @@ img { display: block; max-width: 70%;} pre { color: #ecbe7b; } blockquote { color: #ecbe7b; } a { color: #c678dd; text-decoration: none; } -a.textlink:before { content: " > "; } +a.textlink:before { content: " > "; padding-left: 10px; } a:hover { color: #51afef; text-decoration: underline; } h1 { color: #ff6c6b; } h2, h3, h4, h5, h6 { color: #51afef; } @@ -18,10 +18,10 @@ li { color: #98be65; } </head> <body> <pre>Written by Paul Buetow 2021-04-24, last updated 2021-04-27</pre> -<a href="../">Go back to the main site</a><br /> +<a class="textlink" href="../">Go back to the main site</a><br /> <h1>Welcome to the Geminispace</h1> <p>Have you reached this article already via Gemini? You need a special client for that, web browsers such as Firefox, Chrome, Safari etc. don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is:</p> -<a href="gemini://buetow.org">gemini://buetow.org</a><br /> +<a class="textlink" href="gemini://buetow.org">gemini://buetow.org</a><br /> <p>If you however still use HTTP then you are just surfing the fallback HTML version of this capsule. In that case I suggest to read on what this is all about :-).</p> <h2>Motivation</h2> <h3>My urge to revamp my personal website</h3> @@ -48,8 +48,8 @@ li { color: #98be65; } </ul> <h2>Dive into deep Gemini space</h2> <p>Check out one of the following links for more information about Gemini. For example you will find a FAQ which explains why the protocol is named "Gemini". Many Gemini capsules are dual hosted via Gemini and HTTP(S), so that people new to Gemini can sneak peak the content with a normal web browser. As a matter of fact, some people go as far as tri-hosting all their content via HTTP(S), Gemini and Gopher.</p> -<a href="gemini://gemini.circumlunar.space">gemini://gemini.circumlunar.space</a><br /> -<a href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> +<a class="textlink" href="gemini://gemini.circumlunar.space">gemini://gemini.circumlunar.space</a><br /> +<a class="textlink" href="https://gemini.circumlunar.space">https://gemini.circumlunar.space</a><br /> <p>Write me an E-Mail to comments@mx.buetow.org and let me know your thoughts!</p> </body> </html> |
