Started a major frontend design overhaul

This commit is contained in:
Lol3rrr
2024-11-04 01:32:25 +01:00
parent 898a889a53
commit e01cbd0a51
7 changed files with 80 additions and 40 deletions

View File

@@ -3,9 +3,17 @@
<head>
<link rel="stylesheet" href="/main.css">
<link data-trunk rel="css" href="colors.css">
<link data-trunk rel="copy-dir" href="static/"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: var(--color-surface-a0);
color: var(--color-primary-a50);
}
</style>
</head>
<body></body>
</html>