diff --git a/website/presentation.html b/website/presentation.html new file mode 100644 index 0000000..2bba54e --- /dev/null +++ b/website/presentation.html @@ -0,0 +1,111 @@ + + + + My Awesome Presentation + + + + + + + + + + + + + + + + + diff --git a/website/recursive.css b/website/recursive.css index 4d673fb..4a303d0 100644 --- a/website/recursive.css +++ b/website/recursive.css @@ -45,9 +45,10 @@ h2 { font-size: 3em; } h3 { font-size: 1.5em; } h4 { font-size: 1.2em; } i { --rec-slnt: -14; } +em { --rec-slnt: -14; } b { --rec-wght: 600; } .run_container { position: relative; } -.editor { +.editor, .remark-code, .remark-inline-code { font-family: 'Recursive', monospace; font-size: 1rem; --rec-mono: 1;