From d31e15f4f158ece7fff58834930c9ba71731dca6 Mon Sep 17 00:00:00 2001 From: Barney Potter Date: Wed, 28 Feb 2024 17:20:37 -0500 Subject: [PATCH] Update to Gytis's colors --- _config.yml | 18 +++++++++--------- index.html | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index c054e85..1165b0a 100644 --- a/_config.yml +++ b/_config.yml @@ -95,16 +95,16 @@ feed_show_tags: true # Personalize the colours in your website. Colour values can be any valid CSS colour -navbar-col: "#00929f" -navbar-text-col: "#282828" -navbar-border-col: "#ff7600" -page-col: "#b3d6cd" +navbar-col: "#4c72a5" +navbar-text-col: "#7f6e85" +navbar-border-col: "#7f6e85" +page-col: "#cccccc" text-col: "#282828" -link-col: "#79c563" -hover-col: "#b4bd00" -footer-col: "#00929f" -footer-text-col: "#282828" -footer-link-col: "#ffbb00" +link-col: "#48a365" +hover-col: "#cc79a7" +footer-col: "#4c72a5" +footer-text-col: "#7f6e85" +footer-link-col: "#4c72a5" # Alternatively, the navbar, footer, and page background can be set to an image # instead of colour diff --git a/index.html b/index.html index 0dc0c9b..4b7887a 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- layout: home -title: Barney's World +title: Hello, World! subtitle: A mix of personal and professional thoughts, side-projects, and accomplishments ---