File tree Expand file tree Collapse file tree 4 files changed +53
-0
lines changed Expand file tree Collapse file tree 4 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap' );
2
+
3
+ body {
4
+ font-family : 'IBM Plex Sans' , sans-serif;
5
+ }
6
+
7
+ /* .sidebar-brand {
8
+ flex-direction: row;
9
+ align-items: center;
10
+ }
11
+
12
+ .sidebar-logo-container {
13
+ margin-right: 12px;
14
+ } */
Original file line number Diff line number Diff line change 60
60
# relative to this directory. They are copied after the builtin static files,
61
61
# so a file named "default.css" will overwrite the builtin "default.css".
62
62
html_static_path = ["_static" ]
63
+ html_css_files = [
64
+ "css/custom.css" ,
65
+ ]
66
+ html_favicon = "favicon.ico"
67
+
68
+ html_logo = "nucleus-logo.svg"
69
+ html_theme_options = {
70
+ "logo_only" : True ,
71
+ "display_version" : False ,
72
+ }
63
73
64
74
65
75
# -- autogen configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments