Skip to content
Snippets Groups Projects
Commit d3889d28 authored by Sophia Bernert's avatar Sophia Bernert
Browse files

Change css colours

parent ea57cb1c
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,14 @@
--dark-blue: #035AA6;
--yellow: #FFE6E6;
--golden-yellow: #FAD0C4;
--rbb-red: #e31818;
--plain-white: #ffffff;
}
body {
background-color: var(--nice-blue);
background-color: var(--rbb-red);
text-align: center;
color: var(--dark-blue);
color: var(--plain-white);
}
.game-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment