commit 1828e73b3113d64e6742d389781ab91386aa42e2
parent 60785c2558e9974b470cc7a92b59aaa7f14b5213
Author: william <jibjab@cock.li>
Date: Mon, 7 Apr 2025 16:33:32 -0400
new themes
Diffstat:
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
@@ -9,13 +9,13 @@
<a href="/" class="logo"><img src=pix/sky.jpg></a></pre>
</head>
-<a href="index.html"><img src=favicon.ico align=center width=30></a>
- <!--<a href="daily.html">Daily</a>-->
- <a href="links.html">Links</a>
+
+
+<menu><a href="index.html"><img src=favicon.ico width=30></a> <a href="links.html">Links</a></menu>
<body>
<p>Welcome traveler! to wrpr.us -- my personal archive of my homelabbing ventures. Here you'll find personal updates, photos and several hosted services. Check out <a href="https://searx.wrpr.us">Searx</a>, chat on <a href="irc.wrpr.us:7000">wrpr irc</a> or explore text on <a href="gopher://wrpr.us">Gopher</a>. Come say hi with your favorite fediverse flavor on <a href="https://social.wrpr.us">Social wrpr (a Snac2 fedi instance)</a> server.
- </p></div>
+ </p>
<h3>Other Links.</h3></div>
<ul>
<li><a href="https://git.wrpr.us">Git</a></li>
diff --git a/style.css b/style.css
@@ -15,7 +15,7 @@
--marked: #ffdd33;
--disabled: #efefef;
}
-}
+
:root {
color-scheme: dark;
@@ -32,7 +32,7 @@
--preformatted: #ccc;
--disabled: #111;
}
-
+}
html{
font-family: monospace;
background-color: var(--bg);
@@ -109,17 +109,20 @@ code {
border-top: 1px dashed var(--head);
}
-.menu {
+menu {
text-align: right;
white-space: nowrap;
overflow-x: hidden;
- margin-top: 8px;
- margin-bottom: 8px;
+ margin-top: 14px;
+ margin-bottom: 14px;
+ margin: 14px;
+ background-color: var(--bg);
+ color: var(--head);
overflow-x: hidden;
}
.logo {
- align: center;
+ align: left;
max-width: 75%;
max-height: 75%;
text-decoration: none;