Skip to content

Commit 55a3c80

Browse files
committed
docs: add custom CSS file (copied from khiops-python)
1 parent c7c9a95 commit 55a3c80

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

docs/_static/css/custom.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* Custom header sizes */
2+
h1 {
3+
font-size: 1.85em;
4+
}
5+
6+
h2 {
7+
font-size: 1.55em;
8+
}
9+
10+
h3 {
11+
font-size: 1.30em;
12+
}
13+
14+
h4 {
15+
font-size: 1.10em;
16+
}
17+
18+
h5 {
19+
font-size: 0.90em;
20+
}
21+
22+
img.sidebar-logo {
23+
width: 40px;
24+
}

0 commit comments

Comments
 (0)