Skip to content

Commit 1319101

Browse files
committed
fix css layout (hide button and code background color)
1 parent 68a3624 commit 1319101

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/styles.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pre code {
9696

9797
pre.highlight {
9898
color: #F9FBFB;
99-
background-color: #300A24;
99+
background-color: #3F3F3F;
100100
}
101101

102102

@@ -107,6 +107,7 @@ div.jupyter {
107107
border: 1px black solid;
108108
border-color: #ababab;
109109
border-left: 5px #42A5F5 solid;
110+
margin-bottom: 20px;
110111

111112
pre.highlight {
112113
position: relative;
@@ -154,7 +155,7 @@ div.jupyter {
154155
.button-hide {
155156
font-size: 80%;
156157
position: absolute;
157-
top: 10px;
158+
top: -5px;
158159
left: - $indent + 15;
159160

160161
}

0 commit comments

Comments
 (0)