you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (5 children)

Alright we'll see what we can do.

[–]CrackingYs 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (4 children)

Yeah it's tough as shit to read anything. Default styling is fine, but just make a custom header image.

Make the banner this image: https://imgur.com/Le3FTIZ

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (3 children)

are you on light mode some people are on light mode it looks infinitely better in dark mode.

[–]CrackingYs 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (2 children)

Yes I was on light mode.

If the dark mode adds a CSS class, you could put that before all the custom CSS, so if someone switches to light mode then all the custom CSS disappears.

Like: .darkmode A { ....} .darkmode DIV { ....}

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (1 child)

I will forward this to my CSS guy, but contact Lord_DC i have him handling all the CSS, thanks for the input.

[–]CrackingYs 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Okay, just to clarify since I wrote that wrong, the CSS styling could mabye only apply to DARK mode, so the CSS would have to target the dark CSS classes.