Skip to content

Commit

Permalink
Improved contrast in foggy cover
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 5, 2018
1 parent c25e51c commit 82c592f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pharo-titlepage.sty
Original file line number Diff line number Diff line change
Expand Up @@ -141,22 +141,22 @@
\coordinate (beacon) at ($ (depths -| left) + (-9.75,-2.5) $);

\node[anchor=north east] at ($ (horizon -| right) + (-.1\pagewidth,0cm) $) {
\begin{varwidth}{.6\pagewidth}
\flushright \fontsize{50pt}{60pt}\sffamily\color{PharoDarkBlue}
\begin{varwidth}{.6\pagewidth}%
\flushright \fontsize{50pt}{60pt}\sffamily
\@title
\end{varwidth}
};

\node[anchor=south east] at ($ (depths -| right) + (-.1\pagewidth,1cm) $) {
\begin{varwidth}{.8\pagewidth}
\flushright \HUGE\sffamily\color{PharoDarkBlue!75!PharoBlue!50!Shade}
\begin{varwidth}{.8\pagewidth}%
\flushright \HUGE\sffamily
\@author
\end{varwidth}
};

\node[anchor=north east] at ($ (depths -| right) + (-.1\pagewidth,-.5cm) $) {
\begin{varwidth}{.8\pagewidth}
\flushright \huge\sffamily\color{PharoDarkBlue!75!PharoBlue!50!Shade}
\begin{varwidth}{.8\pagewidth}%
\flushright \huge\sffamily\color{PharoDarkBlue}%
\ifx\@empty\@series\else\@series\titlebreak\fi
\@date
\end{varwidth}
Expand Down

0 comments on commit 82c592f

Please sign in to comment.