first commit

This commit is contained in:
2023-05-12 20:12:56 +02:00
commit 9f546da17c
69 changed files with 13975 additions and 0 deletions

17
css/light.scss Normal file
View File

@@ -0,0 +1,17 @@
/*-- scss:defaults --*/
$border-radius: 0;
/* $code-block-border-left: #909090; */
/* $code-block-bg: #f3f3f3; */
$code-block-bg: #f7f7f7;
/*-- scss:rules --*/
div.cell-output { background-color: #ffffff; }
code {color: #202020;}
p code:not(.sourceCode), li code:not(sourceCode) {
background-color: #f3f3f3 !important;
}