summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
index 1ad0843b3ef..3dca6194f0b 100644
--- a/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
+++ b/Master/texmf-dist/tex/latex/easybook/eb-tcolorbox.cfg
@@ -18,7 +18,7 @@
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
-\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/25}{1.52}
+\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/25}{1.53}
{Customization of tcolorbox for easybook}
\cs_set_protected:Npn \addtotcbstyle #1#2
@@ -59,7 +59,7 @@
\tcbset
{
breakable,
- pad~at~break* = 3pt,
+ pad~at~break* = 0.5\baselineskip,
sharpish~corners,
fonttitle = \sffamily,
colframe = black,
@@ -67,7 +67,7 @@
boxrule = 0.5pt
}
-\DeclareTColorBox{easybox}{sO{PaleGoldenrod}d()O{}}
+\DeclareTColorBox{easybox}{sO{LemonChiffon}d()O{}}
{
IfBooleanF = {#1}{frame~hidden,boxrule = 0pt},
IfValueT = {#3}{title = #3},