diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-13 18:08:41 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-13 18:08:41 +0100 |
| commit | 67ab04928160f06f2b95ef6708fa4d47cf920aef (patch) | |
| tree | 1c39499f479a1cd3d4e5804cfd6819d777192a93 /content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html | |
| parent | c10c16ba69ff74440f03192242741ee2a77d6448 (diff) | |
simplify html css 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 | 15 |
1 files changed, 4 insertions, 11 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 c8b7daf0..9ee441b2 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 @@ -5,21 +5,14 @@ <title>Having fun with computers!</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <style type="text/css"> -body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } +body { margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} -pre { color: #ecbe7b; } -blockquote { color: #ecbe7b; } -a { color: #c678dd; text-decoration: none; } -a.textlink:before { content: " > "; padding-left: 2px; } -a:hover { color: #51afef; text-decoration: underline; } -h1 { color: #ff6c6b; } -h2, h3, h4, h5, h6 { color: #51afef; } -li { color: #98be65; } +p.quote:before { content: " | "; padding-left: 2px; } </style> </head> <body> -<pre>Written by Paul Buetow 2021-04-24, last updated 2021-04-30</pre> -<pre>ASCII Art by Andy Hood</pre> +<p class="quote"><i>Written by Paul Buetow 2021-04-24, last updated 2021-04-30</i></p> +<p class="quote"><i>ASCII Art by Andy Hood</i></p> <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> |
