Add dark theme

Closes #145
This commit is contained in:
Ben Busby 2023-12-20 10:39:54 -07:00
parent 284710c7a9
commit 85510edc54
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

View File

@ -28,6 +28,15 @@
ul {
margin: 10px;
}
@media (prefers-color-scheme: dark) {
html {
color: #fff;
background: #121517;
}
a:link, a:visited {
color: #AA8AC1;
}
}
</style>
</head>
<body>