mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Fix light mode table colors (#2873)
* fix light mode table colors * fix table styles from being overwritten in other sections that are not chat messages --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
a51de73aaa
commit
f894b60bd8
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
border-color: var(--theme-sidebar-border);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
This is to override the default border color for the select and input elements
|
||||
in the onboarding flow when the theme is not light. This only applies to the
|
||||
|
@ -774,6 +775,10 @@ dialog::backdrop {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
[data-theme="light"] .markdown table {
|
||||
@apply invert;
|
||||
}
|
||||
|
||||
.file-row:nth-child(even) {
|
||||
@apply bg-theme-bg-primary;
|
||||
background-color: var(--theme-file-row-even);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue