Skip to content

Commit

Permalink
fix: solve css bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSlug committed Apr 22, 2022
1 parent bcb3af0 commit 468a5e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $footerColour: var(--fl-fgColor, #fff);
$footerBGColour: var(--fl-bgColor, #153647);
$footerLinkColour: var(--fl-linkColor, var(--fl-fgColor, #cfca6f));
$rootContentColour: var(--fl-bgColor, #000);
$rootContentBackgroundColour: var(--fl-bgColor, #e7f0f3);
$rootContentBackgroundColour: var(--fl-bgColor, #f3f7f9);
$topicContentBackgroundColour: var(--fl-bgColor, #f9faf6);
$menuTitleColour: $darkRed;
$menuExpandedColour: var(--fl-fgColor, #000);
Expand Down
5 changes: 5 additions & 0 deletions src/assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}

code {
display: inline;
}

pre code {
display: block;
overflow: auto;
}
Expand Down Expand Up @@ -53,6 +57,7 @@
margin-inline: 0;
}

ol,
p,
ul {
font-size: 1.25rem;
Expand Down

0 comments on commit 468a5e8

Please sign in to comment.