Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

New forum very hard to read

Featured Replies

  • Author

Using Safari on my iPhone. Dark mode.

Edited by wgstarks

  • Author

FYI

This problem seems to be limited to the Safari iPhone app. When I view the same post with the desktop app it is perfectly readable.

FWIW, readability as a whole along with general aesthetics was better previously than now currently.  While it is usable, I definitely prefer how it was. 

There is an issue with HTML code blocks in dark mode. For example.

<div class="test">
  <p style="text-align: center;" >Some Text</p>
</div>
  

Below is how this post renders in dark mode:

 

image.png.c359ff8e4a1ed41cf0caa84bc274cbf0.png

Difficult enough that I've noted I am now spending less time browsing the forum.

(in dark mode) bold pure white text in topic search is difficult too read... contrast is too high and defeats the benefits of using dark mode IMO, the off white shades used elsewhere is much better.

Same... 

chrome theme are messing with unraid themes. and Dark mode woes...

I have problems with how chrome replaces the white css code to match chrome themes.

However, this was not a problem with the previous form system before the upgrade so is there more going on yes. I don't know css color codes enough to pull the difference via internet archive and web console tools.

other web extensions like dark mode also mess with this.
its how the page html code is interacting with certain plugins / web browsers.

Forum would need html code edits to fix:
https://stackoverflow.com/questions/60118216/how-do-i-stop-dark-mode-from-destroying-my-css

a solution to the dev hopefull:

 

Quote

Had the same issue. Here's what I found.

I added this meta tag to the header tag:

<meta name="color-scheme" content="light only">

The meta tag above indicates that the color scheme is only supported by light mode.

Another option is the scheme preferred in light mode, but it supports dark mode as well:

<meta name="color-scheme" content="light dark">

Tested on Safari, Chrome, Samsung, Facebook in-app browser and Firefox.

Another method is to use CSS:

:root { color-scheme: light only; }

The above indicates that the styling only uses the light version only.

 

Edited by bmartino1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.