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

Closed
opened 2025-11-01 20:51:06 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ethyoo on GitHub (Apr 15, 2024).

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

Originally created by @ethyoo on GitHub (Apr 15, 2024). ### 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](https://github.com/go-vikunja/vikunja/blob/ecbefdb9216877cf247c03faab479ef363db5d89/frontend/src/components/input/editor/TipTap.vue#L835) 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](https://github.com/go-vikunja/vikunja/assets/90781689/38f6b9e0-7884-4d4e-8734-623173093a96)
GiteaMirror added the bug label 2025-11-01 20:51:06 -05:00
Author
Owner

@kolaente commented on GitHub (Apr 21, 2024):

Fixed in 26ada628a2, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

It now looks like this:

image

@kolaente commented on GitHub (Apr 21, 2024): 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](https://try.vikunja.io)). It now looks like this: ![image](https://github.com/go-vikunja/vikunja/assets/13721712/85d98b25-d3d0-4ffc-9db3-a988ef282c6e)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#217