Goodbye tailwind, hello material lite

This commit is contained in:
Jonathan Carter
2024-09-07 23:11:41 +02:00
parent c69f570b69
commit ea15859f16
5 changed files with 23 additions and 14 deletions

View File

@@ -3,19 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/material.css" rel="stylesheet">
<link href="/static/welcome.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
</head>
<body>
<div class="bg">
@@ -26,7 +15,7 @@
<div class="lg:content-auto">
Welcome to system installer daemon
BLK is {{ blkid }}
BLK is BLK
</div>
</body>