diff options
| author | mb21 <[email protected]> | 2021-03-20 12:24:02 +0100 |
|---|---|---|
| committer | mb21 <[email protected]> | 2021-03-20 13:48:12 +0100 |
| commit | 8655871a40eeb725dda79d9446585116534c77b8 (patch) | |
| tree | 31d53e25d246680b19aa7fe14b5995cae5bf4363 /test/s5-fancy.html | |
| parent | 0e489c511578b9e131f94a3ff268209d4d6646a7 (diff) | |
wrap in if(document-css)dark-mode
Diffstat (limited to 'test/s5-fancy.html')
| -rw-r--r-- | test/s5-fancy.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test/s5-fancy.html b/test/s5-fancy.html index 9bfafac4a..f5c41e561 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -17,28 +17,6 @@ div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} - @media screen and (prefers-color-scheme: dark) { - html { - color: #d3d3d3; - background-color: #101010; - } - a, a:visited { - color: #d3d3d3; - } - blockquote { - border-color: #707070; - color: #d3d3d3; - } - hr { - background-color: #d3d3d3; - } - tbody, th { - border-color: #d3d3d3; - } - pre, code { - background-color: #1b1b1b; - } - } </style> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> |
