Replying to: amit @amit

@amit Yep, the site's updated now. The CSS is either slow to be applied or not being applied.

I'm using the following to hide the mode button:

.header .btn-dark {display: none !important;}

I tried first without the first selector and the "!important".

Simon Woods @SimonWoods