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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user