deploy: 7af9bcea2d48b714d199960969943cd0f5263315

This commit is contained in:
davegallant
2021-09-26 19:10:13 +00:00
parent 5f4dd7a067
commit ec81b42eac

View File

@@ -1,3 +1,13 @@
@media (prefers-color-scheme: dark) {
html {
filter: invert(100%);
}
html img {
filter: invert(100%);
}
}
.container{
max-width: 1200px;
}