summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-10 22:07:21 +0000
committerKarl Berry <karl@freefriends.org>2024-04-10 22:07:21 +0000
commit3cf1b7607a0d34e9936509965952f0d167e2d76f (patch)
tree3971783936df958243c79fae601c58f91d3fe6a9 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
parentd0542dfaa06024b47542e51f85e5ec8be99e376a (diff)
dark mode fg/bg, tex4ht r1500
git-svn-id: svn://tug.org/texlive/trunk@70911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex14
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
index c49bd632d32..64e41d75785 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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
>>>