Switch to theme based on Archie

This commit is contained in:
Dave Gallant
2023-03-25 11:00:28 -04:00
parent f4f3f341c3
commit ade197054d
432 changed files with 14878 additions and 35404 deletions

View File

@@ -1,37 +0,0 @@
@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;
}
.hanchor {
visibility: hidden;
color: silver;
font-size: 100%;
transition: 0.2s;
padding-left: 8px;
font-weight: 600;
}
h2:hover a, h3:hover a, h4:hover a {
visibility: visible;
text-decoration: none;
}

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB