+
{title}
diff --git a/src/components/styled/SWPaginator.svelte b/src/components/styled/SWPaginator.svelte
index ab9822c..ed438b7 100644
--- a/src/components/styled/SWPaginator.svelte
+++ b/src/components/styled/SWPaginator.svelte
@@ -18,36 +18,21 @@
-->
\ No newline at end of file
+
diff --git a/src/content/modes/airship.json b/src/content/modes/airship.json
index a7f8152..8413bb5 100644
--- a/src/content/modes/airship.json
+++ b/src/content/modes/airship.json
@@ -1,5 +1,5 @@
{
"translationKey": "as",
"main": true,
- "ranked": true
+ "ranked": false
}
\ No newline at end of file
diff --git a/src/content/modes/microwargear.json b/src/content/modes/microwargear.json
index 84e65fb..a74a5dc 100644
--- a/src/content/modes/microwargear.json
+++ b/src/content/modes/microwargear.json
@@ -1,5 +1,5 @@
{
- "translationKey": "microwg",
- "main": false,
- "ranked": true
-}
\ No newline at end of file
+ "translationKey": "microwg",
+ "main": false,
+ "ranked": false
+}
diff --git a/src/content/modes/miniwargear.json b/src/content/modes/miniwargear.json
index a61a26e..c9c9c74 100644
--- a/src/content/modes/miniwargear.json
+++ b/src/content/modes/miniwargear.json
@@ -1,5 +1,5 @@
{
- "translationKey": "mwg",
- "main": true,
- "ranked": true
-}
\ No newline at end of file
+ "translationKey": "mwg",
+ "main": true,
+ "ranked": false
+}
diff --git a/src/content/modes/missilewars.json b/src/content/modes/missilewars.json
index 88fc171..b6c1b58 100644
--- a/src/content/modes/missilewars.json
+++ b/src/content/modes/missilewars.json
@@ -1,5 +1,5 @@
{
- "translationKey": "mw",
- "main": false,
- "ranked": true
-}
\ No newline at end of file
+ "translationKey": "mw",
+ "main": false,
+ "ranked": false
+}
diff --git a/src/content/modes/wargear.json b/src/content/modes/wargear.json
index 4b6f11f..5178d58 100644
--- a/src/content/modes/wargear.json
+++ b/src/content/modes/wargear.json
@@ -1,5 +1,5 @@
{
- "translationKey": "wg",
- "main": true,
- "ranked": true
-}
\ No newline at end of file
+ "translationKey": "wg",
+ "main": true,
+ "ranked": false
+}
diff --git a/src/layouts/Basic.astro b/src/layouts/Basic.astro
index 2d32ffd..9110a02 100644
--- a/src/layouts/Basic.astro
+++ b/src/layouts/Basic.astro
@@ -5,6 +5,7 @@ import { SEO } from "astro-seo";
import { ClientRouter } from "astro:transitions";
const { title, description, clientSideRouter = true, autoDarkMode = true } = Astro.props.frontmatter || Astro.props;
import "../../public/fonts/roboto/roboto.css";
+import "../../public/fonts/barlow-condensed/barlow-condensed.css";
---
@@ -44,7 +45,7 @@ import "../../public/fonts/roboto/roboto.css";
{clientSideRouter &&
}
-
+
@@ -54,5 +55,11 @@ import "../../public/fonts/roboto/roboto.css";
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
+ background-color: #080808;
+ color: #f5f5f5;
+ }
+
+ h1, h2, h3, h4, h5, h6 {
+ font-family: "Barlow Condensed", sans-serif;
}
diff --git a/src/layouts/NavbarLayout.astro b/src/layouts/NavbarLayout.astro
index b89d8bf..b0251ac 100644
--- a/src/layouts/NavbarLayout.astro
+++ b/src/layouts/NavbarLayout.astro
@@ -12,6 +12,9 @@ import Navbar from "@components/Navbar.svelte";
import ServerStatus from "../components/ServerStatus.svelte";
const { title, description, transparentFooter = true } = Astro.props;
+
+const footerCol = "flex flex-col min-w-40 [&_a]:text-neutral-400/85 [&_a]:text-[0.85rem] [&_a]:leading-[1.9] [&_a]:no-underline [&_a]:transition-colors [&_a]:duration-200 [&_a:hover]:text-amber-500";
+const footerH1 = "font-display text-[0.7rem] font-bold tracking-[0.2em] uppercase text-amber-500 mb-3";
---
@@ -24,17 +27,15 @@ const { title, description, transparentFooter = true } = Astro.props;
-