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 a3f2099 commit 21df09eCopy full SHA for 21df09e
style/index.css
@@ -1,8 +1,16 @@
1
2
3
/* Override theme variables */
4
-:root {
5
- --jp-image-jupyter: url('images/vre_logo_stroke_black.svg')!important;
+
+#jp-MainLogo {
6
+ background-size: 65%;
7
+ background-repeat: no-repeat;
8
+ background-position: center;
9
+ background-image: url('images/vre_logo_stroke_black.svg');
10
+}
11
12
+#jp-MainLogo svg {
13
+ display: none;
14
}
15
16
.jp-JupyterIcon {
0 commit comments