diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 86434ab58..cf998ea71 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -13,6 +13,7 @@ /* FONTS */ --font-base: "Source Sans Pro", Helvetica, sans-serif; + --font-logo: "Roboto", var(--font-base); /* DIMENSIONS */ --header-height: 80px; @@ -51,7 +52,7 @@ body { --color-primary: #3E606F; --color-light: rgb(189, 201, 219); --color-lighter: rgb(145, 159, 170); - --color-dark: #3E606F; + --color-dark: rgb(42, 74, 88); --color-darker: #193441; } diff --git a/templates/widgets/navbar.hamlet b/templates/widgets/navbar.hamlet index a3f115ba9..5aff3f37a 100644 --- a/templates/widgets/navbar.hamlet +++ b/templates/widgets/navbar.hamlet @@ -2,6 +2,8 @@ $newline never