Merge pull request #977 from mcnesium/basic-lightdark-mode

Replace CSS colors in favor of basic light/dark mode through meta tag
pull/1060/head
Igor Chubin 1 month ago committed by GitHub
commit cd4df92280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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