From 53e27714aa7ff4b1eaf58cddae4ebccc2ad56ad1 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Thu, 20 Oct 2022 20:13:06 +0200 Subject: [PATCH] Restore colours --- site/config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/config.toml b/site/config.toml index 0ba451d..666dfe3 100644 --- a/site/config.toml +++ b/site/config.toml @@ -24,9 +24,9 @@ theme = "m10c" name = "Gitea" url = "https://gitea.ligthert.net/" -[params.style] - darkestColor = "#eeeeee" - darkColor = "#ffffff" - lightColor = "#000000" - lightestColor = "#000000" - primaryColor = "#000000" \ No newline at end of file +#[params.style] +# darkestColor = "#eeeeee" +# darkColor = "#ffffff" +# lightColor = "#000000" +# lightestColor = "#000000" +# primaryColor = "#000000" \ No newline at end of file