diff --git a/postit/static/contents b/postit/static/contents index 8f71e57..1691c43 160000 --- a/postit/static/contents +++ b/postit/static/contents @@ -1 +1 @@ -Subproject commit 8f71e579f0d5d3810b276e53e003e8cf4bd1aa1c +Subproject commit 1691c432b0126c3adc4c292e66c6efd9032f14f5 diff --git a/postit/static/css/postit.css b/postit/static/css/postit.css index f3eb210..dc5b7c5 100644 --- a/postit/static/css/postit.css +++ b/postit/static/css/postit.css @@ -6,8 +6,8 @@ } :root { - --color: var(--purple); - --background: var(--purple-bg); + --color: var(--orange); + --background: var(--orange-bg); --orange: #FF5416; --orange-bg: #FFB58D;