-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Bug]: Tags and links hard to read in darkmode #809
Comments
Hello @sytone , |
Here is a little Workaround with CSS Fix for that Issue, tested for the "Minimal" Theme.
|
Commit db3839f fixed =) |
Another suggestion, because Relationlinks can have a background just like tags, I find the default hyperlinks do not fit most of the background colors I set: I would suggest for links to have same default text color: .markdown-preview-view.database-plugin__markdown-preview-view a:link{ and to be able to distinguish a link from normal text to introduce a new symbol, just like this example: what do you think? |
Could be a good option, sure! |
Included with next version .database-plugin__relation-container .database-plugin__relationship a:link {
color: #dadada;
text-decoration: none;
}
.database-plugin__relation-container .database-plugin__relationship a:hover {
color: #a38484;
} |
how to separate the color for normal text fields and fields with the background? .markdown-preview-view.database-plugin__markdown-preview-view {
color: #494949;
} .markdown-preview-view.database-plugin__markdown-preview-view {
color: #dadada;
} |
available with 3.3.2 |
Contact Details
github@sytone.com
What happened?
When using a db view and using lookup or tags the font colour is hard to read against the background. I have only come back to folder db recently and do not remember this from before.
Tries Default and Minimal themes and have the same display issue.
I did find similar issues but they were closed as fixed and I confirmed I am on the recent version. So either this is separate or there is something wrong locally and I have disabled everything to go back to default with the same display issue showing.
Example config:
- { label: "Completed", backgroundColor: "hsl(107,79%,52%)"}
- { label: "Todo", backgroundColor: "hsl(79,73%,49%)"}
- { label: "In Progress", backgroundColor: "hsl(206,66%,56%)"}
- { label: "Discarded", backgroundColor: "hsl(300,2%,76%)"}
- { label: "Waiting", backgroundColor: "hsl(302,65%,53%)"}
- { label: "Archive", backgroundColor: "hsl(253,40%,68%)"}
What platform were you using?
Desktop
Version of the plugin
3.3.0
Relevant log output
No response
Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
The text was updated successfully, but these errors were encountered: