From 1f990658b5c73ff2cf154ceb6d74324d5122e12f Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 3 Mar 2026 16:20:01 +0100 Subject: [PATCH] tailwind refact --- apps/frontend/src/layouts/Layout.astro | 4 ++ apps/frontend/src/pages/catalog.astro | 10 ++-- apps/frontend/src/pages/code.astro | 18 +++---- apps/frontend/src/pages/index.astro | 32 +++++------ apps/frontend/src/pages/news.astro | 22 ++++---- apps/frontend/src/styles/global.css | 74 ++++++++++++++++++++++++++ 6 files changed, 120 insertions(+), 40 deletions(-) create mode 100644 apps/frontend/src/styles/global.css 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 && (