go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
758 stars 55 forks source link

Dark mode - Low contrast for table headers within tasks #253

Closed ethyoo closed 2 months ago

ethyoo commented 2 months ago

Description

For dark mode: Could the default CSS for the table header be modified to increase contrast between the background and the header text?

Changing line 835 in the Tiptap editor to a darker color OR adding something like color:#000 to that section should be sufficient.

I am using v0.23.0 and this issue applies to all browsers. I am using a self-hosted instance, but I was able to reproduce it on the demo instance.

Vikunja Version

0.23.0

Browser and version

Firefox v124.0.2 and Chromium

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Tables in a task

kolaente commented 2 months ago

Fixed in https://github.com/go-vikunja/vikunja/commit/26ada628a2363dffd0317e9dc08aa0d80d004ceb, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

It now looks like this:

image