summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-html5.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-11 03:01:09 +0000
committerNorbert Preining <norbert@preining.info>2024-04-11 03:01:09 +0000
commitd0af7e48198e8633e9bc60a77a66515bf39ad69f (patch)
tree7906f93970dd67212ac3c10a779880362ccfaf8a /support/TeX4ht/source/tex4ht-html5.tex
parentf58130da9ab2f6181b0b2ca4e02895b11d902e20 (diff)
CTAN sync 202404110301
Diffstat (limited to 'support/TeX4ht/source/tex4ht-html5.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-html5.tex14
1 files changed, 11 insertions, 3 deletions
diff --git a/support/TeX4ht/source/tex4ht-html5.tex b/support/TeX4ht/source/tex4ht-html5.tex
index c49bd632d3..64e41d7578 100644
--- a/support/TeX4ht/source/tex4ht-html5.tex
+++ b/support/TeX4ht/source/tex4ht-html5.tex
@@ -1,8 +1,8 @@
-% $Id: tex4ht-html5.tex 1379 2023-10-09 11:56:53Z michal_h21 $
+% $Id: tex4ht-html5.tex 1500 2024-04-09 11:26:35Z michal_h21 $
% compile 3 times: latex tex4ht-moz
% or xhlatex tex4ht-moz "html,3,sections+"
%
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -26,7 +26,7 @@
\<html5\><<<
% html5.4ht (|version), generated from |jobname.tex
-% Copyright 2016-2023 TeX Users Group
+% Copyright 2016-2024 TeX Users Group
|<TeX4ht copywrite|>
>>>
@@ -104,6 +104,14 @@ background of generated images in the dark mode, or line lenght.
img[src^="\jobname"]{filter: invert(1); }
}
}
+
+\Css{
+ body {
+ background-color: Canvas;
+ color: CanvasText;
+ color-scheme: light dark;
+ }
+}
\fi
>>>