Skip to content
Snippets Groups Projects
Commit 8477f9ae authored by Gabriel Copat's avatar Gabriel Copat
Browse files

Fixed colour scheme

parent 0703007b
No related branches found
No related tags found
1 merge request!33Resolve "As a QR-scanning connoisseur , I want to unlock stickers after scanning a QR code to feel a sense of reward."
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
--primary-darker: hsl(141, 100%, 10%); --primary-darker: hsl(272, 100%, 10%);
--primary-dark: hsl(131, 33%, 20%); --primary-dark: hsl(271, 100%, 20%);
--primary-colour: hsl(128, 100%, 30%); --primary-colour: hsl(271, 100%, 30%);
--primary-light: hsl(271, 100%, 40%); --primary-light: hsl(271, 100%, 40%);
--primary-lighter: hsl(271, 100%, 50%); --primary-lighter: hsl(271, 100%, 50%);
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
--accent-shadow: rgba(0, 0, 0, 0.7) 0 0.5em 1em -0.5em; --accent-shadow: rgba(0, 0, 0, 0.7) 0 0.5em 1em -0.5em;
color: white;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment