Skip to content

Commit b69cfe3

Browse files
author
Shravan Goswami
committed
added styles
1 parent 2f7dd96 commit b69cfe3

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

theming/styles.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
}

0 commit comments

Comments
 (0)