Tweak first-level rules

This commit is contained in:
Hamcha 2019-06-14 11:51:07 +02:00
parent 58ddb252fa
commit 80baf53681
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 6 additions and 2 deletions

View File

@ -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 {
font-family: "Roboto", sans-serif;
@ -34,6 +34,10 @@ li {
list-style-type: none;
}
.depth-0 {
font-weight: 500;
}
.depth-2 {
padding-left: 20pt;
}
@ -47,7 +51,7 @@ li {
}
.glossary dt {
font-weight: bold;
font-weight: 500;
}
.glossary dd {