Skip to content

Commit

Permalink
more table styles for lightmode
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Dec 18, 2024
1 parent f894b60 commit eb33e0f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit eb33e0f

Please sign in to comment.