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 _assets/styles/_sublime-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ $quaternary: #a55054;
$primary-text-emphasis: $primary;
$spacer: 1rem;
$body-color: #1d1916;

// The navbar is `bg-dark`, which until now meant Bootstrap's own #212529: a
// colour this palette never chose. Against parchment nobody could tell, but
// a page with a dark section under the navbar puts a cool grey directly on
// our warm ink and it reads as a mistake. Our dark is the ink.
$dark: $body-color;
$body-bg: #e7e7d6;
$pagination-border-width: 2px;
$pagination-border-color: $tertiary;
Expand Down
Loading