From 21e93a4dcd6950e5832641d512b7f99210ffc31f Mon Sep 17 00:00:00 2001 From: Vivek R Date: Sat, 12 Oct 2019 19:22:18 +0530 Subject: fix: increase header font weight --- exampleSite/config.toml | 5 ----- layouts/partials/header.html | 2 +- static/css/main.css | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6eb3bc5..790bfee 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -43,11 +43,6 @@ name = "Github" icon = "github" url = "https://github.com/vividvilla/ezhil" -[[params.social]] -name = "Twitter" -icon = "twitter" -url = "https://twitter.com/gohugoio" - [[params.social]] name = "RSS" icon = "rss" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9f8913a..2d3ba4c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -20,7 +20,7 @@ {{- template "_internal/opengraph.html" . -}} {{- template "_internal/twitter_cards.html" . -}} - + diff --git a/static/css/main.css b/static/css/main.css index c0f2453..69f4c7f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -91,7 +91,7 @@ h1,h2,h3,h4,h5,h6 { font-family: raleway,sans-serif; line-height: 1.2; color: #333; - font-weight: 100 + font-weight: 200; } h1 { -- cgit v1.2.3