From 2fd7216cc524655bfd580243c5a6c75e8eaa2358 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 18 Jan 2023 19:26:36 +0100 Subject: [PATCH] update colors --- assets/css/app/config.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app/config.scss b/assets/css/app/config.scss index 942a29e..9ed0c22 100644 --- a/assets/css/app/config.scss +++ b/assets/css/app/config.scss @@ -65,6 +65,6 @@ $color-code-title-text: #e0e0e0; /* --- */ :root { - --p: 195 77% 41%; + --p: 328 55% 62.5%; --pf: 194 90.6% 54.1%; }