diff --git a/dist/styles/root.css b/dist/styles/root.css index 5dda302..25bf588 100644 --- a/dist/styles/root.css +++ b/dist/styles/root.css @@ -17,7 +17,12 @@ p { color: darkgray; } +h1, h2 { + font-weight: normal; +} + .logo { font-style: italic; + font-weight: bold; color: #009661; }