remove body colors in favor of basic light/dark mode

This commit is contained in:
mcnesium 2024-03-20 12:50:27 +01:00
parent 575908ae51
commit e1087f0f3a
No known key found for this signature in database
GPG key ID: 7D6CC73E428F633F
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -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>