first commit
This commit is contained in:
33
css/dark.scss
Normal file
33
css/dark.scss
Normal 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 {
|
||||
|
||||
}*/
|
||||
Reference in New Issue
Block a user