Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '_extensions/seedcase-project/seedcase-th…
Browse files Browse the repository at this point in the history
…eme/' with remote '_extensions/seedcase-theme/'
  • Loading branch information
lwjohnst86 authored and signekb committed Oct 28, 2024
1 parent 72ac77d commit 9938c3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _extensions/seedcase-project/seedcase-theme/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ $toc-active-border: rgb(139, 139, 139); // #8b8b8b;
$navbar-padding-y: .2rem;

/*-- scss:rules --*/

/* Wrap Python output so it looks nicer */
.cell-output pre code {
white-space: pre-wrap;
}

.navbar {
border-bottom: rgba($toc-active-border, 0.3) 1px solid;
}
Expand Down

0 comments on commit 9938c3f

Please sign in to comment.