File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 261
261
"pygments_dark_style" : "monokai" ,
262
262
"logo" : {
263
263
"alt_text" : "scikit-learn homepage" ,
264
- "image_relative" : "logos/scikit-learn-logo-small.png " ,
265
- "image_light" : "logos/scikit-learn-logo-small.png " ,
266
- "image_dark" : "logos/scikit-learn-logo-small.png " ,
264
+ "image_relative" : "logos/scikit-learn-logo-without-subtitle.svg " ,
265
+ "image_light" : "logos/scikit-learn-logo-without-subtitle.svg " ,
266
+ "image_dark" : "logos/scikit-learn-logo-without-subtitle.svg " ,
267
267
},
268
268
"surface_warnings" : True ,
269
269
# -- Template placement in theme layouts ----------------------------------
Original file line number Diff line number Diff line change @@ -262,3 +262,12 @@ div.sk-text-image-grid-large {
262
262
grid-template-columns : 1fr ;
263
263
}
264
264
}
265
+
266
+ .navbar-brand {
267
+ .logo__image.only-light {
268
+ height : 130% ;
269
+ }
270
+ .logo__image.only-dark {
271
+ height : 130% ;
272
+ }
273
+ }
You can’t perform that action at this time.
0 commit comments