Jump to content

Recommended Posts

Posted (edited)

Ah good point, it's just on the Surface Dark theme - the others are OK (but the white background is too harsh for my knackered old eyes ;] )...

 

 

Untitled.png

Edited by brumster
Posted

👍🏻 That one is a quick fix until I can sort out the other dark theme to be all dark, rather than just a dark background.  Unfortunately there isn’t a standard dark option, and a lot of themes we have to pay for, so that was the best free dark one I could find. Eventually the “dark theme” will just be a dark version of the default theme. 

Posted
35 minutes ago, Derek said:

I like the Christmas theme, its snowing and the lights are on!!!!

Glad you like it, reminded me I needed to update that to be the default theme today 😁

Posted
5 hours ago, theduck said:

👍🏻 That one is a quick fix until I can sort out the other dark theme to be all dark, rather than just a dark background.  Unfortunately there isn’t a standard dark option, and a lot of themes we have to pay for, so that was the best free dark one I could find. Eventually the “dark theme” will just be a dark version of the default theme. 

No worries. I dunno if you know how to trace through something like Firefox's Inspector tool to track CSS down to the appropriate part, but if I can help just ask. The CSS responsible for the white background seems to be in a dynamically-generated (?) CSS because the path is rather obtuse-looking :

https://www.rhocar.org/uploads/css_built_2/341e4a57816af3ba440d891ca87450ff_framework.css.c8c4ca0417630096d2d5d6a821a7336f.css?v=de279c56da

So might not be an easy edit :

.ipsBox:not(.ipsBox_transparent):not(.ipsModerated) {
    background-color: #fff;
}

 

Posted

Might take you up on that. Haven’t really had time to dive into it yet as a lot of my spare time is being spent learning c# and writing automated test software as part of my cpd for work. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...