Skip to content

Commit

Permalink
Merge pull request #61 from SeniorMars/apollo-fixes
Browse files Browse the repository at this point in the history
apollo fixes
  • Loading branch information
not-matthias authored Jun 23, 2024
2 parents d1cc759 + 8e48299 commit 61a4860
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/parts/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// Define light theme specifics
--text-color: #333;
--label-color: #f0f0f0;
--label-background: white;
--hightlight-color: #DCEBFF;
}
Expand Down Expand Up @@ -56,7 +57,7 @@ $language-colors: (
"default": (#333, "Code"),
);

@mixin base-label-style($bg-color, $text-color: var(--text-color)) {
@mixin base-label-style($bg-color, $text-color: var(--label-color)) {
background: $bg-color;
color: $text-color;
border-radius: 0 0 0.25rem 0.25rem;
Expand Down
5 changes: 5 additions & 0 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,8 @@ del {
background-color: transparent;
}
}

.MathJax_Display, .MJXc-display, .MathJax_SVG_Display {
overflow-x: auto;
overflow-y: hidden;
}

0 comments on commit 61a4860

Please sign in to comment.