Updated a lot

This commit is contained in:
2026-02-27 02:48:23 -05:00
parent 7a5f04497b
commit 76f26454d3
21 changed files with 76 additions and 42 deletions
+11 -8
View File
@@ -3,12 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= isset($title) ? htmlspecialchars($title) . ' — sistav.com' : 'sistav.com' ?></title>
<title><?= isset($title) ? htmlspecialchars($title) : 'sistav.com' ?></title>
<?php if (isset($description)): ?>
<meta name="description" content="<?= htmlspecialchars($description) ?>">
<?php endif; ?>
<link rel="icon" href="/assets/favicon/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet">
<link href="https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&f[]=satoshi@400,500,600,700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
@@ -21,21 +24,21 @@
</script>
<style>
/* Global text softening */
body { color: #e6dfd8 !important; background-color: #0b0a09 !important; }
body { color: #e6dfd8 !important; background-color: #0b0a09 !important; font-family: 'Satoshi', sans-serif !important; }
/* Headings */
h1 {
font-family: 'DM Serif Display', Georgia, serif !important;
font-family: 'ClashDisplay-Variable', sans-serif !important;
font-weight: 400 !important;
font-size: 2.25rem !important;
font-size: 2rem !important;
color: #e6dfd8;
letter-spacing: -0.01em;
letter-spacing: 0.05em;
text-align: center;
}
article h2 {
font-family: inherit !important;
font-family: 'Satoshi', sans-serif !important;
font-weight: 400 !important;
font-size: 0.75rem !important;
font-size: 1rem !important;
color: #d4d4d4 !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;