diff --git a/_quarto.yml b/_quarto.yml index 5296800..5af44b5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -49,7 +49,7 @@ format: #code-tools: true toc: true #fontsize: 1.25rem - #monofont: Fira Code + monofont: Fira Code #page-layout: full number-depth: 1 #css: css/styles.css diff --git a/css/dark.css b/css/dark.css index 0138492..f4bfff6 100644 --- a/css/dark.css +++ b/css/dark.css @@ -13,12 +13,20 @@ $secondary: #505050; /*-- // Background color of inline code $code-bg: $secondary; - -// Background color of chunk code -$code-block-bg: $secondary; --*/ +// Background color of chunk code +$code-block-bg: #102028; + /*-- scss:rules --*/ .dark-mode { display: block; } -.light-mode { display: none; } \ No newline at end of file +.light-mode { display: none; } + +.output { + font-size: 0.85rem; + font-style: italic; + font-weight: 300; + color: #F8F810DD; + background-color: #202020; +} \ No newline at end of file diff --git a/css/light.css b/css/light.css index 483977d..685fbf8 100644 --- a/css/light.css +++ b/css/light.css @@ -23,6 +23,10 @@ $code-block-bg: #04040408; .dark-mode { display: none; } .output { - color: yellow; - background-color: lightblue; + font-family: 'Verdana'; + font-size: 0.7rem; + font-style: italic; + font-weight: 300; + color: #E02020; + background-color: #E0F8FF; } \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index 6252505..8924cf0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -20,10 +20,11 @@ font-family: 'Fira Code'; font-style: normal; font-weight: 400; - font-size: 0.9rem; + font-size: 1.9rem; } .output { + font-family: 'Fira Code'; color: green; background-color: black; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f9168bf..e43a67f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ - +