From 932df27daa1336188bc3e6bfb97f1f01511851b0 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Fri, 18 Mar 2022 22:33:52 +0100 Subject: [PATCH] purple color --- postit/static/contents | 2 +- postit/static/css/postit.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postit/static/contents b/postit/static/contents index c62c67d..8f71e57 160000 --- a/postit/static/contents +++ b/postit/static/contents @@ -1 +1 @@ -Subproject commit c62c67df94ed253f6ad1fda10fdd653b1439c25c +Subproject commit 8f71e579f0d5d3810b276e53e003e8cf4bd1aa1c diff --git a/postit/static/css/postit.css b/postit/static/css/postit.css index dc5b7c5..f3eb210 100644 --- a/postit/static/css/postit.css +++ b/postit/static/css/postit.css @@ -6,8 +6,8 @@ } :root { - --color: var(--orange); - --background: var(--orange-bg); + --color: var(--purple); + --background: var(--purple-bg); --orange: #FF5416; --orange-bg: #FFB58D;