You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users sometimes use custom stylesheets to improve their perception of web interfaces, for example change the general background color of html. But when you apply a style like html {background-color:black;color:white} on the interface, the text in the main column (on desktop) becomes unreadable (dark blue on black).
Remediation
The main column (on desktop) needs an explicit color styling in CSS (white/#fff) in this case so it isn't transparent anymore.
The text was updated successfully, but these errors were encountered:
@marcus-herrmann Not sure if we understand this issue. Does this mean that we need to prevent users from changing the colour of the background for the content?
Connected to Audit 1, see #4300
1.2 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list
Issue
Users sometimes use custom stylesheets to improve their perception of web interfaces, for example change the general background color of
html
. But when you apply a style likehtml {background-color:black;color:white}
on the interface, the text in the main column (on desktop) becomes unreadable (dark blue on black).Remediation
The main column (on desktop) needs an explicit color styling in CSS (white/
#fff
) in this case so it isn'ttransparent
anymore.The text was updated successfully, but these errors were encountered: