From b8d0b1992c0724226b53fcb858fe1e69d657dfd5 Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Sun, 17 Jan 2021 15:42:15 +0100 Subject: [PATCH] Updated colors --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 03cb7dd..d7d3d6f 100644 --- a/config.toml +++ b/config.toml @@ -53,14 +53,14 @@ lastmod = ["lastmod", ":git", "date"] pro = false [params.colors] - primary = "#4f0156"#"#350139"#"#00838F" - secondary = "#e4f2ff"#"#868e96" + primary = "#4f0156" #"#350139" #"#00838F" + secondary = "#e4f2ff" #"#868e96" success = "#008f54" info = "#00c9dc" warning = "#fdf314" danger = "#dc1200" light = "#f8f9fa" - dark = "#040b1e"#"#343a40" + dark = "#040b1e" #"#343a40" # main/prepend/postpend menus are displayed in nav fragment. # Keep an eye out for updates. These will be moved out to make navbar more