Closed ChristophReich1996 closed 12 months ago
Sure, you can define custom styles. See the tcolorbox documentation for details on the color naming , e.g.
\tcbset{
TUDa-other-colored/.style =
{
TUDa-colored,
colbacktitle=black!10,
colback=black!10,
},
}
Amazing, this works perfectly! Thanks again for the great support :)
Is there a clean solution to change the boxstyle of the tudasciposter class within the document? In particular, I would like to use different colors for different blocks. Additionally, is there an option to utilize a different background color (e.g., gray)?
Thanks for the help!