by brooks_piggott » Mon Feb 08, 2021 6:31 pm
The custom css in game is for some of the forms and exported html.
If you want to override the in-game screens you can do something like this:
I've added a custom theme override to the game now. You'll be able to put a CustomTheme.css file 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:
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, but hopefully this at least addresses some of your concerns of the main grids. Feel free to play around with the colors and font-weighting. You can also adjust the font size and other attributes if you want, but this is more of an unsupported feature, so if you get odd layouts happening on your screen, or completely mess up the screens, it's not something we can address. (i.e. I'm not going to deal with support tickets if people crank their font size up to 24 and then complain that stuff wraps and doesn't fit).