Improve light theme, darken dark theme

This commit is contained in:
asonix 2024-02-10 01:06:48 -06:00
parent ebdd47422a
commit 88f7a794fd

View file

@ -29,8 +29,9 @@
}
nav {
background-color: #232323;
color: #fff;
background-color: #f5f5f5;
border-right: 1px solid #dddddd;
color: #000;
display: flex;
flex-direction: column;
justify-content: space-between;
@ -42,14 +43,14 @@
nav a,
nav a:visited {
color: #e5e5e5;
color: #232323;
}
nav a:focus,
nav a:hover,
nav a:visited:focus,
nav a:visited:hover {
color: #fff;
color: #000;
}
header ul {
@ -66,7 +67,7 @@
}
footer p {
max-width: 150px;
max-width: 180px;
}
main {
@ -114,8 +115,26 @@
color: #e5e5e5;
}
nav {
background-color: #1a1a1a;
border-right: 1px solid #333333;
color: #fff;
}
nav a,
nav a:visited {
color: #e5e5e5;
}
nav a:focus,
nav a:hover,
nav a:visited:focus,
nav a:visited:hover {
color: #fff;
}
.overlay {
background-color: #333333dd;
background-color: #232323dd;
}
main a,
@ -343,6 +362,8 @@
<header>
<h2>Links</h2>
<ul class="main-content">
<li><a href="https://asonix.dog" target="_blank">Home</a></li>
<li><a href="https://blog.asonix.dog" target="_blank">Blog</a></li>
<li><a href="https://git.asonix.dog/asonix" target="_blank">Software</a></li>
<li><a href="https://masto.asonix.dog/@asonix" rel="me" target="_blank">Mastodon</a></li>
<li><a href="https://matrix.to/#/@asonix:matrix.asonix.dog" target="_blank">Matrix</a></li>