From 033117adf4e1fae89e49893fefb60477e29e2487 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sat, 9 Jun 2018 20:18:53 +0200 Subject: [PATCH] added substitute "logo" --- templates/default-layout.lucius | 3 ++- templates/widgets/navbar.hamlet | 2 ++ templates/widgets/navbar.lucius | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) 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