We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de90c7 commit fab316eCopy full SHA for fab316e
src/cover/ribbon-ocaml.tex
@@ -17,7 +17,7 @@
17
\coordinate (B) at ($ (current page.south east) + (0,\stripskip) $);% <-- changed coordinate from 'north' to south' and sign for \stripskip
18
\coordinate (B') at ($(B) + (0,\stripwidth) $);% <-- changed sign for \stripskip
19
20
- \fill [RedOrange!20] (A) -- (A') -- (B') -- (B) -- cycle;
+ \fill [BurntOrange!20] (A) -- (A') -- (B') -- (B) -- cycle;
21
22
\coordinate (tempA) at ($(A)!.5!(A')$);
23
\coordinate (tempB) at ($(B)!.5!(B')$);
src/cover/ribbon-reason.tex
@@ -3,7 +3,7 @@
3
\newcommand{\stripskip}{4}
4
\newcommand{\stripwidth}{3}
5
6
-\definecolor{RedOrange}{rgb}{0.8, 0.33, 0.0}
+\definecolor{RedOrange}{rgb}{0.86, 0.30, 0.25}
7
8
\begin{tikzpicture}[
9
overlay,
0 commit comments