We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a3624 commit 1319101Copy full SHA for 1319101
css/styles.scss
@@ -96,7 +96,7 @@ pre code {
96
97
pre.highlight {
98
color: #F9FBFB;
99
- background-color: #300A24;
+ background-color: #3F3F3F;
100
}
101
102
@@ -107,6 +107,7 @@ div.jupyter {
107
border: 1px black solid;
108
border-color: #ababab;
109
border-left: 5px #42A5F5 solid;
110
+ margin-bottom: 20px;
111
112
113
position: relative;
@@ -154,7 +155,7 @@ div.jupyter {
154
155
.button-hide {
156
font-size: 80%;
157
position: absolute;
- top: 10px;
158
+ top: -5px;
159
left: - $indent + 15;
160
161
0 commit comments