Commit public so that Cloudflare pages can serve the static files

This commit is contained in:
Dave Gallant
2022-03-13 09:55:49 -04:00
committed by Dave Gallant
parent 9328fb0a06
commit 7c77ab09ce
122 changed files with 13471 additions and 0 deletions

23
public/css/custom.css Normal file
View File

@@ -0,0 +1,23 @@
@media (prefers-color-scheme: dark) {
html {
filter: invert(80%);
}
html img {
filter: invert(100%);
}
}
.container{
max-width: 900px;
}
.site {
max-width: 1200px;
}
.twitter-tweet-rendered {
display:block;
margin-left:auto;
margin-right:auto;
}