scss: monofont noichmal definiert. Quarto bug?

This commit is contained in:
2025-04-23 10:48:23 +02:00
parent 56a3423c24
commit 23e9dea0eb
6 changed files with 9 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ $h3-font-size: 1.2rem !default;
$border-radius: 0;
$font-family-monospace: "JuliaMono";
/* bug in superhero theme? */
h1,h2,h3,h4,h5,h6 {color: #f0f0f0 !important;}
@@ -13,6 +15,7 @@ h1,h2,h3,h4,h5,h6 {color: #f0f0f0 !important;}
.cell-output code span {color: #000;}
/*-- scss:rules --*/
div.cell-output { background-color: #dbdbdb; }

View File

@@ -8,6 +8,8 @@ $border-radius: 0;
/* $code-block-bg: #f3f3f3; */
$code-block-bg: #f7f7f7;
$font-family-monospace: "JuliaMono";
/*-- scss:rules --*/
div.cell-output { background-color: #ffffff; }
code {color: #202020;}