Create a text file called CustomTheme.css in your docs/wolverine studios/ddspf21 folder that the game will pick up.
To darken the background and bold everything in the grids you could use something like:
- Code: Select all
body, .ui.table, .ui.table > thead > tr > th {background-color: #f2f3f4; color: #000; text-shadow: none; font-weight: bold;}
Unfortunately we can't really document all of the screens and options that you can use here. Some of the screens adhere to a specific design and won't pick up the changes, other screens will pick them up and look subpar. Feel free to play around with the colors and font-weighting.