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
6 changes: 6 additions & 0 deletions theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ $body-bg: $gray-900;
$body-color: $gray-100;
$link-color: $cyan;

// Bootstrap's own $pre-color default (#000, meant for a light background)
// is hardcoded regardless of theme -- inherit so bare <pre> elements (e.g.
// Quarto's own .cell-decorator notebook-view prompts) stay legible here.
// Bootswatch's dark themes (darkly, cyborg) carry the same override.
$pre-color: inherit;

$light: rgb(32.4,32.4,34.2);

// Navigation element colors
Expand Down
Loading