2
0

docs: 📝 Improve configuration doc

This commit is contained in:
Baptiste Arnaud
2022-04-12 14:58:55 -05:00
parent df3e92685e
commit 18319c88c8
6 changed files with 155 additions and 62 deletions

View File

@ -32,3 +32,17 @@ img {
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
summary h3,
summary h4 {
margin-bottom: 0;
}
summary h4 {
padding-top: 3px;
}
details {
background-color: transparent !important;
border-color: transparent !important;
}