mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
more table styles for lightmode
This commit is contained in:
parent
f894b60bd8
commit
eb33e0f775
1 changed files with 6 additions and 5 deletions
|
@ -116,7 +116,6 @@
|
|||
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
|
||||
|
@ -688,6 +687,12 @@ dialog::backdrop {
|
|||
}
|
||||
}
|
||||
|
||||
[data-theme="light"] .markdown table,
|
||||
[data-theme="light"] .markdown table th,
|
||||
[data-theme="light"] .markdown table td {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* List Styles */
|
||||
.markdown ol {
|
||||
list-style: decimal-leading-zero;
|
||||
|
@ -775,10 +780,6 @@ 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