Skip to content

Commit 21df09e

Browse files
committed
logo styling changed and needed to be adapted for jl3
1 parent a3f2099 commit 21df09e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

style/index.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11

22

33
/* Override theme variables */
4-
:root {
5-
--jp-image-jupyter: url('images/vre_logo_stroke_black.svg')!important;
4+
5+
#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;
614
}
715

816
.jp-JupyterIcon {

0 commit comments

Comments
 (0)