Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Commit a453415

Browse files
committed
updated CSS of nbpreview jupyter fileviewer
1 parent 84c11ee commit a453415

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

nbpreview/css/nbpreview.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ body {
44
}
55

66
#main {
7-
width: 99%;
8-
max-width: 750px;
7+
width: 80%;
98
margin: 0 auto;
109
}
1110

@@ -19,17 +18,28 @@ body {
1918
border: 1px dotted #CCC;
2019
padding: 0.75em;
2120
margin-bottom: 0.5em;
22-
background-color: #EEF;
21+
background-color: #297aa8;
22+
color: white;
23+
font-weight: 400;
24+
font-size: 13px;
25+
font-style: normal;
2326
}
2427

2528
#footer {
2629
border: 1px dotted #CCC;
27-
background-color: #EEF;
28-
font-size: 0.8em;
30+
background-color: #297aa8;
2931
padding: 0.5em;
3032
text-align: center;
33+
color: white;
34+
font-weight: 400;
35+
font-size: 13px;
36+
font-style: normal;
3137
}
3238

3339
#footer a, #footer a:visited {
34-
color: #0077EE;
40+
color: #FFFFFF;
41+
}
42+
43+
table {
44+
float: none !important;
3545
}

0 commit comments

Comments
 (0)