optimized content loading with smaller css

This commit is contained in:
2026-02-18 21:47:14 +01:00
parent eab650b610
commit d8d054c9a8
23 changed files with 1107 additions and 239 deletions

View File

@@ -5,25 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ghostwriter Registrierung - LinkedIn Posts</title>
<link rel="icon" type="image/png" href="/static/favicon.png">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'brand': {
'bg': '#3d4848',
'bg-light': '#4a5858',
'bg-dark': '#2d3838',
'highlight': '#ffc700',
'highlight-dark': '#e6b300',
},
'linkedin': '#0A66C2'
}
}
}
}
</script>
<link rel="stylesheet" href="/static/tailwind.css">
<style>
body { background-color: #3d4848; }
.btn-linkedin { background-color: #0A66C2; }