mirror of
https://github.com/chubin/wttr.in
synced 2025-01-25 18:24:59 +00:00
remove body colors in favor of basic light/dark mode
This commit is contained in:
parent
575908ae51
commit
e1087f0f3a
2 changed files with 1 additions and 4 deletions
|
@ -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…
Reference in a new issue