Must admit I've been going down that path myself. When messing around with my own variations Christian's style the usage of !important was starting to get over the top, with the usual problems that brings. So I did the obvious, and got rid of earlier declarations that were screwing things up. Knocked out about half the content of colours.css just to get things out of the way. Frankly the whole damned lot could probably go.A combination of both is what I planned.
$mode
variable between $mode: light
& $mode: dark
You can use Winmerge or similar tools to compare generated files to stock files. It's also quite helpful going forward with updates.eisa01 wrote: Wed Jul 28, 2021 1:59 pm I am also wondering if this still works on the most recent 3.3.4 release?
Thanks, I gave it a go and it seems to work fine!Hanakin wrote: Wed Jul 28, 2021 5:04 pm It should work mostly. Have not had time to test, but do not think anything major has change with the frontend. You can check the version changes post to verify
Code: Select all
/* 3.3.5 style fix - override .info in table headers */
tr.bg1 .info, tr.bg2 .info, th.info {
background: none;
}