File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* css styles */
2
+ /* .cell-output {
3
+ background-color: #f1f3f5;
4
+ } */
5
+
6
+ /* .cell-output img {
7
+ max-width: 100%;
8
+ height: auto;
9
+ } */
10
+
11
+ /* .cell-output-display pre {
12
+ word-break: break-wor !important;
13
+ white-space: pre-wrap !important;
14
+ }
15
+ */
16
+
17
+ .navbar a : hover {
18
+ text-decoration : none;
19
+ }
20
+
21
+ .cell-output {
22
+ border : 1px dashed;
23
+ }
24
+
25
+ .cell-bg {
26
+ background-color : # f1f3f5 ;
27
+ }
28
+
29
+ .cell-output-stdout code {
30
+ word-break : break-wor !important ;
31
+ white-space : pre-wrap !important ;
32
+ }
33
+
34
+
35
+ .cell-output-display svg {
36
+ height : fit-content;
37
+ width : fit-content;
38
+ }
39
+
40
+ .cell-output-display img {
41
+ max-width : 100% ;
42
+ max-height : 100% ;
43
+ object-fit : contain;
44
+ }
45
+
46
+ .nav-footer-center {
47
+ display : flex;
48
+ justify-content : center;
49
+ }
You can’t perform that action at this time.
0 commit comments