We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d4866 commit 5f4910bCopy full SHA for 5f4910b
index.html
@@ -5,7 +5,21 @@
5
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
6
<title>Page Title</title>
7
<meta name='viewport' content='width=device-width, initial-scale=1'>
8
- <link rel='stylesheet' type='text/css' media='screen' href='main.css'>
+ <!-- <link rel='stylesheet' type='text/css' media='screen' href='main.css'> -->
9
+ <style type="text/css">
10
+ @media (prefers-color-scheme: dark) {
11
+ body {
12
+ background-color: #000;
13
+ color: #bbb;
14
+ }
15
+ textarea, button, input[type="text"], input[type="button"] {
16
17
+ background-color: #222;
18
19
+ a:link { color: skyblue; }
20
+ a:hover { color: yellow; }
21
22
+ </style>
23
</head>
24
<body>
25
0 commit comments