Tweak first-level rules
This commit is contained in:
parent
58ddb252fa
commit
80baf53681
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
|
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap");
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
|
@ -34,6 +34,10 @@ li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.depth-0 {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.depth-2 {
|
.depth-2 {
|
||||||
padding-left: 20pt;
|
padding-left: 20pt;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +51,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.glossary dt {
|
.glossary dt {
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.glossary dd {
|
.glossary dd {
|
||||||
|
|
Loading…
Reference in a new issue