diff --git a/apps/frontend/src/layouts/Layout.astro b/apps/frontend/src/layouts/Layout.astro index f4b703d..ab7a009 100644 --- a/apps/frontend/src/layouts/Layout.astro +++ b/apps/frontend/src/layouts/Layout.astro @@ -1,3 +1,7 @@ +--- +import '../styles/global.css'; +--- + diff --git a/apps/frontend/src/pages/catalog.astro b/apps/frontend/src/pages/catalog.astro index 0a7150c..97cb72b 100644 --- a/apps/frontend/src/pages/catalog.astro +++ b/apps/frontend/src/pages/catalog.astro @@ -9,12 +9,14 @@ const softwares = json.softwares; --- -
-

Our Games

-

Discover games made for TIC-80 and other platforms, with versions playable directly in your browser!

+
+
+

Our Games

+

Discover games made for TIC-80 and other platforms, with versions playable directly in your browser!

+
-
+
{softwares.map(({ software, releases, latestRelease }) => (
diff --git a/apps/frontend/src/pages/code.astro b/apps/frontend/src/pages/code.astro index 8fca7eb..a5ea0b2 100644 --- a/apps/frontend/src/pages/code.astro +++ b/apps/frontend/src/pages/code.astro @@ -117,23 +117,23 @@ const recentCommits = allCommits.slice(0, 20); --- -
-
-

Codebase

-

+

+
+

Codebase

+

Explore our collection of open-source projects, study our source code, and contribute to our independent game development tools.

Open Gitea
-
+
{error && (