Skip to content

Commit

Permalink
fix(website): restore padding to Bootstrap default
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Jul 11, 2024
1 parent c5da1bd commit c46bed9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/theme-dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*-- scss:defaults --*/
$code-color: #c2d94c;

$nav-link-padding-x: 1rem !default;

/*-- scss:rules --*/
.bi-zulip::before {
content: url(./zulip-logo-dark.svg);
Expand Down
3 changes: 3 additions & 0 deletions docs/theme-light.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*-- scss:defaults --*/
$nav-link-padding-x: 1rem !default;

/*-- scss:rules --*/
.quarto-title-banner .quarto-title .title {
color: #ccd1d5;
Expand Down

0 comments on commit c46bed9

Please sign in to comment.