Skip to content

[Bug]: 29 - header title on public shares can be hard to read #51597

@susnux

Description

@susnux

⚠️ This issue respects the following points: ⚠️

Bug description

When the primary color is bright but the background image is dark then the header title on public shares can be hard to read

Steps to reproduce

  1. Set primary color to #fff
  2. Set background image to something dark
  3. Create a public share
  4. See header title is black on black

Expected behavior

readable header title.

.header-title {
  color: #000;
  filter: var(--background-invert-if-dark);
}

Nextcloud Server version

29

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

List of activated Apps

Nextcloud Signing status

Nextcloud Logs

Additional info

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

☑️ Done

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions