Add a gray background to boxes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
nemunaire 2022-03-19 18:54:39 +01:00
parent 280443c56f
commit 39b31d93c1
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
tile,left=11mm,right=2mm,top=1mm,bottom=1mm,
colback=white!0,
sharp corners,
colback=lightgray!20!white,
underlay={%
\path[fill=OrangeRed!80!black,draw=none] (interior.south west) rectangle node[white]{\Huge\bfseries !} ([xshift=10mm]interior.north west);
},#1}
@ -18,6 +19,7 @@
tile,left=11mm,right=2mm,top=1mm,bottom=1mm,
colback=white!0,
sharp corners,
colback=lightgray!20!white,
underlay={%
\path[fill=black,draw=none] (interior.south west) rectangle node[white]{\huge\bfseries\texttt >\_} ([xshift=10mm]interior.north west);
},#1}
@ -27,6 +29,7 @@
tile,left=11mm,right=2mm,top=1mm,bottom=1mm,
colback=white!0,
sharp corners,
colback=lightgray!20!white,
underlay={%
\path[fill=MidnightBlue!85!gray,draw=none] (interior.south west) rectangle node[white]{\Huge\bfseries ?} ([xshift=10mm]interior.north west);
},#1}
@ -36,6 +39,7 @@
tile,left=7mm,right=7mm,top=1mm,bottom=1mm,
colback=white!0,
sharp corners,
colback=lightgray!20!white,
underlay={%
\path[fill=ForestGreen!50!white,draw=none] (interior.south west) rectangle node[white]{\Huge\bfseries (} ([xshift=6mm]interior.north west);
\path[fill=ForestGreen!50!white,draw=none] (interior.south east) rectangle node[white]{\Huge\bfseries )} ([xshift=-6mm]interior.north east);