style(ext/vault): apply .surface-backdrop to fullscreen body

Subtle radial top-glow + grid texture behind the existing vault shell.
No layout changes — existing panes sit above the backdrop's ::before.
This commit is contained in:
adlee-was-taken
2026-05-02 14:55:37 -04:00
parent 97e351fa61
commit 058a49f68b

View File

@@ -5,7 +5,7 @@
<title>Relicario — vault</title> <title>Relicario — vault</title>
<link rel="stylesheet" href="vault.css"> <link rel="stylesheet" href="vault.css">
</head> </head>
<body> <body class="surface-backdrop">
<div id="vault-app"></div> <div id="vault-app"></div>
<script src="vault.js"></script> <script src="vault.js"></script>
</body> </body>