mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-06-06 07:33:55 +02:00
fix(#251): fix notebook and code dark mode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user