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

33
css/dark.scss Normal file
View File

@@ -0,0 +1,33 @@
/*-- scss:defaults --*/
$border-radius: 0;
/* bug in superhero theme? */
h1,h2,h3,h4,h5,h6 {color: #f0f0f0 !important;}
/* for output of ?help cells */
.cell-output h1,h2,h3,h4,h5,h6 {color: #101010;}
.cell-output code span {color: #000;}
/*-- scss:rules --*/
div.cell-output { background-color: #dbdbdb; }
p code:not(.sourceCode), li code:not(sourceCode) {
background-color: #d9dbc4 !important;
}
a code {
color: #7f36a3 !important;
}
img.sidebar-logo {
/* display: none; */
content: url("images/julia-logo-dark.svg");
}
/*
img.sidebar-logo::after {
}*/