remove body colors in favor of basic light/dark mode

pull/977/head
mcnesium 8 months ago
parent 575908ae51
commit e1087f0f3a
No known key found for this signature in database
GPG Key ID: 7D6CC73E428F633F

@ -1,7 +1,3 @@
body {
background: black;
color: #bbbbbb;
}
pre {
/* font-family: source_code_proregular; */

@ -1,5 +1,6 @@
<html>
<head>
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" type="text/css" href="https://adobe-fonts.github.io/source-code-pro/source-code-pro.css">
<link rel="stylesheet" type="text/css" href="/files/style.css" />
</head>

Loading…
Cancel
Save