diff --git a/src/app.css b/src/app.css
index cb54487e..3c7c494d 100644
--- a/src/app.css
+++ b/src/app.css
@@ -17,14 +17,14 @@
sans-serif;
--font-mono: "Fira Mono", monospace;
--pure-white: #ffffff;
- --primary-color: #b9c6d2;
+ --primary-color: rgba(255, 255, 255, 0.2);
--secondary-color: #d0dde9;
--tertiary-color: #edf0f8;
--bold-color: #1b9aaa;
--accent-color: #ff3e00;
--paragraph-color: rgba(3, 2, 2, 0.7);
--text-color: #444444;
- --background-without-opacity: rgba(255, 255, 255, 0.7);
+ --background-without-opacity: rgba(255, 255, 255, 0.2);
--column-width: 42rem;
--column-margin-top: 4rem;
--time: 0.707s;
diff --git a/src/lib/components/SetBackground.svelte b/src/lib/components/SetBackground.svelte
new file mode 100644
index 00000000..fc1775e5
--- /dev/null
+++ b/src/lib/components/SetBackground.svelte
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/src/lib/utils/setBackground.js b/src/lib/utils/setBackground.js
new file mode 100644
index 00000000..479694f5
--- /dev/null
+++ b/src/lib/utils/setBackground.js
@@ -0,0 +1,5 @@
+export function setBackground(background) {
+ let current = document.body.style['background-image'];
+ document.body.style['background-image'] = `url('${background}')`;
+ return () => document.body.style['background-image'] = current;
+}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 9ce402eb..6890b0b5 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -50,7 +50,8 @@ bind:innerHeight={windowHeight} />
Through our free online seminars we aim to help students develop strong mathematical reasoning skills while exploring the world of math beyond the middle and high school curriculum. Our goal is to introduce advanced math topics in a way that benefits both the inexperienced and experienced student, as well as to help develop strong mathematical reasoning skills—important for math contests, colleges, and life! These seminars are made possible through our seasonal competition math classes.
-Looking for a final boost before Mustang Math’s very own MMT? We are excited to be offering a free 2-day Prep Seminar designed to sharpen your skills! These classes will take place the weekend before our first tournament, on 3/15 and 3/16.
-
Please join the Google Classroom
- to gain access to the zoom link and class material!
- Let’s get ready for the MMT together!