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