Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables in wiki are not working in dark mode #78

Open
IAmNotHanni opened this issue Dec 22, 2020 · 2 comments
Open

Tables in wiki are not working in dark mode #78

IAmNotHanni opened this issue Dec 22, 2020 · 2 comments
Assignees
Labels

Comments

@IAmNotHanni
Copy link
Member

Light mode

table_light_mode

Dark mode

table_dark_mode

@IAmNotHanni
Copy link
Member Author

Well this is not really limited to the wiki. It's everywhere I guess.

@IAmNotHanni
Copy link
Member Author

IAmNotHanni commented Dec 22, 2020

This would fix it and also look nice:

tr:nth-child(2n) {
   background-color: rgb(57, 80, 103);
}

It's the same color as the background color of the sidebar in dark mode.

table_dark_mode_fix

@MartinMuzatko MartinMuzatko self-assigned this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants