diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-29 09:06:42 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-29 09:06:42 +0200 |
commit | c2ef67571d4db2d67557a0b43342addbff35a889 (patch) | |
tree | 5ee4385a33e99b047c02b8d7a93528e192f8d3c5 | |
parent | 143f0a13b01368599202d1797e4a903897dc8b68 (diff) |
update css and remove minecraft from list
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,6 @@ <ul> <li>My personal <a target="_blank" href="https://blog.pipeframe.xyz">blog</a></li> <li>My <a target="_blank" href="https://bitwarden.pipeframe.xyz">bitwarden</a> instance</li> - <li>My minecraft server <code>minecraft.pipeframe.xyz</code> (invite-only)</li> <li>My <a target="_blank" href="https://filestash.pipeframe.xyz">filestash</a> instance</li> <li>An <a target="_blank" href="https://etesync.pipeframe.xyz">etesync</a> server</li> <li>My private <a target="_blank" href="https://git.pipeframe.xyz">git</a> server</li> @@ -7,6 +7,8 @@ --bg: var(--black); --fg: var(--lavender-blush); + + background: var(--bg); } @media (prefers-color-scheme: light) { |