commit 82c5ab6b7ed8e43f935558119d70bf2015473f2e
parent 30a3b3b6a29f4b3cb15617c2172b2fcad4c2a963
Author: linus <mail@linus-behrens.de>
Date: Thu, 31 Jul 2025 21:15:01 +0200
new css (code in darkmode) und header2
Diffstat:
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/css/style.css b/css/style.css
@@ -88,10 +88,10 @@ pre {
background-color: #000;
color: #bdbdbd;
}
- code {
- background-color: #111;
- border-color: #222;
- }
+ /* code { */
+ /* background-color: #111; */
+ /* border-color: #222; */
+ /* } */
hr {
border-color: #222;
}
diff --git a/output/index.html b/output/index.html
@@ -21,13 +21,13 @@
<tr>
<td id="links" align="left">
<a href="index.html">Blog</a> |
- <a href="/git/" title="Git repository with some of my projects">Git</a> |
- <a href="/releases/">Releases</a> |
- <a href="gopher://codemadness.org">Gopherhole</a>
+ <a href="/git/" title="Git repository with some of my projects">Git</a> <!-- | -->
+ <!-- <a href="/releases/">Releases</a> | -->
+ <!-- <a href="gopher://codemadness.org">Gopherhole</a> -->
</td>
<td id="links-contact" align="right">
<span class="hidden"> | </span>
- <a href="feeds.html">Feeds</a> |
+ <!-- <a href="feeds.html">Feeds</a> | -->
<a href="pgp.asc">PGP</a> |
<a href="mailto:mail@linus-behrens.de">Mail</a>
</td>
diff --git a/output/style.css b/output/style.css
@@ -88,10 +88,10 @@ pre {
background-color: #000;
color: #bdbdbd;
}
- code {
- background-color: #111;
- border-color: #222;
- }
+ /* code { */
+ /* background-color: #111; */
+ /* border-color: #222; */
+ /* } */
hr {
border-color: #222;
}
diff --git a/templates/index.html/header.html b/templates/index.html/header.html
@@ -21,13 +21,13 @@
<tr>
<td id="links" align="left">
<a href="index.html">Blog</a> |
- <a href="/git/" title="Git repository with some of my projects">Git</a> |
- <a href="/releases/">Releases</a> |
- <a href="gopher://codemadness.org">Gopherhole</a>
+ <a href="/git/" title="Git repository with some of my projects">Git</a> <!-- | -->
+ <!-- <a href="/releases/">Releases</a> | -->
+ <!-- <a href="gopher://codemadness.org">Gopherhole</a> -->
</td>
<td id="links-contact" align="right">
<span class="hidden"> | </span>
- <a href="feeds.html">Feeds</a> |
+ <!-- <a href="feeds.html">Feeds</a> | -->
<a href="pgp.asc">PGP</a> |
<a href="mailto:${sitemail}">Mail</a>
</td>