Update Website
SteamWar CI / Build (push) Successful in 1m55s
SteamWar CI / Deploy (push) Successful in 10s

This commit is contained in:
2026-05-18 23:24:15 +02:00
parent a9260b1ca0
commit 038c2768e6
145 changed files with 3280 additions and 3967 deletions
+10 -7
View File
@@ -17,9 +17,11 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@theme {
--font-display: var(--font-barlow-condensed), sans-serif;
}
@layer base {
:root {
@@ -99,10 +101,9 @@
@layer base {
* {
@apply border-border;
border-color: hsl(var(--border));
}
body {
@apply bg-background text-foreground;
background-color: var(--sw-bg);
color: var(--sw-text);
}
@@ -124,7 +125,9 @@
}
pre.astro-code {
@apply w-fit p-4 my-4;
width: fit-content;
padding: 1rem;
margin: 1rem 0;
border: 1px solid var(--sw-border);
background: var(--sw-bg) !important;
}
@@ -140,4 +143,4 @@
border-bottom-color: var(--sw-amber);
}
}
}
}