fix(#251): fix notebook and code dark mode

This commit is contained in:
tdurieux
2024-04-04 18:35:01 +01:00
parent f5ec343a9c
commit 8fdd6228e4
5 changed files with 142 additions and 2 deletions
+6
View File
@@ -434,6 +434,11 @@ notebook {
padding-left: 100px;
}
.nb-output th,
.nb-output td {
border: 1px solid var(--border-color) !important;
}
.floatingchat-container-wrap {
left: inherit !important;
bottom: inherit !important;
@@ -585,6 +590,7 @@ pre,
code {
font-family: "Fira Code", "Courier New", Courier, monospace;
line-height: 1.1;
color: var(--color)
}
.diff-lines,