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;