feat(ui): skin design improvements, add html frosted skin (WIP) (#133)

This commit is contained in:
Sam Potts
2025-10-25 14:35:48 +11:00
committed by GitHub
parent 52b91d3bd8
commit 75a90e7104
14 changed files with 547 additions and 428 deletions
+9
View File
@@ -3,6 +3,15 @@
<head>
<meta charset="UTF-8" />
<title>VJS HTML Demo</title>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<style>
body {
font-family:
InterVariable, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
}
</style>
</head>
<body>
<div id="app"></div>