-
Instances
-
Minecraft
-
Donate
-
FAQ
-
Contact us
-
Our team
-
Timeline
-
Blog
-
Legal
-
Status
+ {#each menus as { url, name }}
+
{name}
+ {/each}
@@ -60,6 +69,10 @@
transition: opacity 0.25s;
}
+ a.active {
+ color: var(--accent);
+ }
+
a.brand:hover {
opacity: 0.6;
}
@@ -83,7 +96,7 @@
.links > *:hover {
text-decoration: none;
- color: var(--accent-primary);
+ color: var(--accent);
}
img {
diff --git a/src/lib/app.css b/src/lib/app.css
index 1494236..aeecabb 100644
--- a/src/lib/app.css
+++ b/src/lib/app.css
@@ -1,15 +1,3 @@
-@font-face {
- font-family: Comfortaa;
- src: url("/Comfortaa.ttf");
- font-display: swap;
-}
-
-@font-face {
- font-family: Inter;
- src: url("/Inter.ttf");
- font-display: swap;
-}
-
@font-face {
font-family: Raleway;
src: url("/Raleway.ttf");
@@ -17,8 +5,7 @@
}
html {
- --accent-primary: #b59bd8;
- --accent-secondary: #b59bd8;
+ --accent: #b59bd8;
--accent-translucent: #b59bd898;
--font-primary: Raleway;
--font-header: Raleway;
@@ -34,10 +21,11 @@ html.dark {
html.light {
--primary: #dddddd;
- --secondary: #bbbbbb;
+ --secondary: #f9f3f3;
--tertiary: #939393;
- --text: #1f1f1f;
- --grey: #292929;
+ --text: #444444;
+ --grey: #444444;
+ --accent: #8c68bb;
}
body {
@@ -50,6 +38,7 @@ body {
position: relative;
min-height: 100vh;
line-height: 1.625;
+ transition: all .25s;
}
::selection {
@@ -62,7 +51,7 @@ main {
a {
text-decoration: underline;
- color: var(--accent-primary);
+ color: var(--accent);
text-underline-offset: 5px;
transition: filter 0.25s;
}
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index e0e7f81..86f5f19 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -112,7 +112,7 @@
.buttons a {
text-decoration: none;
- background-color: var(--accent-primary);
+ background-color: var(--accent);
padding: 8px 1em 8px 1em;
color: var(--primary);
border-radius: 10px;
@@ -133,7 +133,7 @@
}
.announcement {
- color: var(--primary);
+ color: #252525 !important;
padding: 2rem 1rem;
border-radius: 10px;
width: fit-content;
@@ -142,7 +142,7 @@
}
.announcement a {
- color: var(--primary);
+ color: #252525;
}
.announcement .general {
diff --git a/src/routes/projects.svelte b/src/routes/projects.svelte
index e0d356e..81ea80c 100644
--- a/src/routes/projects.svelte
+++ b/src/routes/projects.svelte
@@ -93,7 +93,7 @@
}
.web:hover {
- background-color: var(--accent-tertiary);
+ background-color: var(--accent);
color: var(--secondary) !important;
}
diff --git a/src/routes/team.svelte b/src/routes/team.svelte
index 14a6126..2507877 100644
--- a/src/routes/team.svelte
+++ b/src/routes/team.svelte
@@ -75,7 +75,7 @@
}
.team-inner {
- background-color: #252525;
+ background-color: var(--secondary);
border-radius: 10px;
padding: 1rem;
width: 30em;
@@ -104,7 +104,7 @@
}
.matrixcolored {
- background-color: #fff;
+ background-color: var(--tertiary);
font-size: 20px;
height: 23px;
}
@@ -138,7 +138,7 @@
}
.web:hover {
- background-color: var(--accent-tertiary);
+ background-color: var(--accent);
color: var(--secondary) !important;
}
diff --git a/src/routes/timeline.svelte b/src/routes/timeline.svelte
index 87432aa..40d6e4f 100644
--- a/src/routes/timeline.svelte
+++ b/src/routes/timeline.svelte
@@ -224,6 +224,6 @@
}
span {
- color: var(--accent-primary);
+ color: var(--accent);
}
diff --git a/static/Comfortaa.ttf b/static/Comfortaa.ttf
deleted file mode 100644
index 30134cb..0000000
Binary files a/static/Comfortaa.ttf and /dev/null differ
diff --git a/static/Inter.ttf b/static/Inter.ttf
deleted file mode 100644
index 1cb674b..0000000
Binary files a/static/Inter.ttf and /dev/null differ