From 80baf53681a908d556401c54cead3bb7423c8d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Fri, 14 Jun 2019 11:51:07 +0200 Subject: [PATCH] Tweak first-level rules --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2df7db6..ac68d50 100644 --- a/style.css +++ b/style.css @@ -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 {