diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-18 13:45:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-18 13:45:46 +0300 |
| commit | 9939d2235dcf587964f1025799bce1d39d85b600 (patch) | |
| tree | 02f4e813bdb7c31ca3c53ca255848951a7db9d85 | |
| parent | 990180a825d3ba90069c89ef497c8fe47cfb7e69 (diff) | |
Update content for html
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | style.css | 16 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
3 files changed, 12 insertions, 8 deletions
@@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='foozone'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2024-09-17T19:53:25+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-09-18T13:45:16+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <span>Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. </span><br /> <br /> @@ -24,14 +24,17 @@ h3 { color: #ff8533; } +a { + padding: 0 0 0 0; +} + a:hover { text-decoration: underline; } a.textlink:before { - content: "⇒ "; - padding-left: 11px; - color: #ff6600; + content: "🡆 "; + color: #ff8533; } .quote { @@ -41,24 +44,25 @@ a.textlink:before { .quote:before { content: "« "; padding-left: 2px; - color: #ff6600; + color: #ff8533; } .quote:after { content: " »"; padding-right: 2px; - color: #ff6600; + color: #ff8533; } ul { list-style: none; margin: 0 0 0 0; + padding: 0 0 0 0; } li:before { content: "★"; padding-right: 5px; - color: #ff6600; + color: #ff8533; } img { diff --git a/uptime-stats.html b/uptime-stats.html index fb529289..14e348bc 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2024-09-17T19:53:25+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-09-18T13:45:16+03:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>guprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> |
