θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down