1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-19 18:38:42 +00:00

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>