brighten site color so it can be readable on screens with dimmer backlights and also tweak script to delete files not present in static on destination directory

This commit is contained in:
Peter 2025-03-20 13:20:59 -04:00
parent f84a118771
commit ddf5212691
2 changed files with 12 additions and 12 deletions

View file

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