We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231b7e commit 9308c8eCopy full SHA for 9308c8e
assets/css/shell.css
@@ -1,10 +1,8 @@
1
.hero-right {
2
display: flex;
3
flex-direction: column;
4
- /* Black, with 10% opacity */
5
- box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
6
- background: rgb(238, 238, 238);
7
padding: 15px;
+ background: var(--pst-color-surface);
8
}
9
10
.numpy-shell-canvas {
@@ -24,7 +22,7 @@
24
22
25
23
.numpy-shell {
26
flex: 2;
27
- padding: 0 15px;
+ border: 1px solid var(--pst-color-border);
28
29
30
.shell-title-container {
@@ -48,9 +46,14 @@
48
46
49
47
50
.shell-lesson .highlight pre {
+ background-color: var(--pst-gray-800);
51
height: 100%;
52
53
+.shell-lesson .highlight pre code{
54
+ color: #f3c7ee;
55
+}
56
+
57
.shell-lesson > p {
58
margin: 2px 0 2px 0;
59
0 commit comments