invert colors to improve readability even further

This commit is contained in:
Peter 2025-03-20 13:36:41 -04:00
parent ddf5212691
commit 9c5b575ce9

View file

@ -3,37 +3,37 @@
<head>
<style>
pre code { background-color: #3e3c3c; }
pre code { background-color: #252323; }
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #131212; }
.headerWrapper {
background: #3e3c3c;
background: #252323;
}
.headerLinks {
background: #3e3c3c;
background: #252323;
}
.postListItem {
background: #3e3c3c;
background: #252323;
}
.postExcerpt {
background: #3e3c3c;
background: #252323;
}
.postExcerpt {
background: #3e3c3c;
background: #252323;
}
.postMetadata {
background: #3e3c3c;
background: #252323;
}
.footer {
background: #3e3c3c;
background: #252323;
}
body {
background: #2c2a2a;
background: #302d2d;
}
@ -58,7 +58,7 @@ body {
margin: 1px;
border-radius: 0.5em;
text-decoration: none;
background-color: #3e3c3c;
background-color: #252323;
}
.pagination a:hover {