<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>New Tab</title>
<style>
:root { color-scheme: dark light; }
html, body {
margin: 0; padding: 0; min-height: 100vh;
font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
background: #1a1b26; color: #c0caf5;
}
main {
max-width: 56rem; margin: 0 auto;
padding: 4rem 2rem 6rem;
}
header { text-align: center; margin-bottom: 3rem; }
header p { font-size: 1rem; opacity: 0.6; margin: 0; }
.splash-wrap { text-align: center; margin: 0 0 2.5rem; }
.splash-stack {
display: inline-block; position: relative;
--splash-cell-w: 0.55em;
--splash-cell-h: 1em;
font-size: 1.5rem; line-height: 1;
}
.splash-art, .splash-overlay {
display: grid;
grid-template-columns: repeat(41, var(--splash-cell-w));
grid-template-rows: repeat(5, var(--splash-cell-h));
}
.splash-overlay {
position: absolute; inset: 0; pointer-events: none;
}
.splash-art > span, .splash-overlay > span { display: block; }
.splash-art > span.b, .splash-overlay > span.b {
background: currentColor;
}
.splash-art { color: rgba(192, 202, 245, 0.35); }
.splash-overlay { color: #7dcfff; }
section h2 {
font-size: 0.85rem; text-transform: uppercase;
letter-spacing: 0.1em; opacity: 0.55;
margin: 0 0 0.75rem; font-weight: 600;
}
table {
width: 100%; border-collapse: collapse;
font-size: 0.9rem;
}
td {
padding: 0.35rem 0.5rem;
border-bottom: 1px solid rgba(255,255,255,0.05);
}
td.k {
width: 12rem; white-space: nowrap;
font-family: ui-monospace, monospace;
}
td.a {
opacity: 0.85;
font-family: ui-monospace, monospace;
}
kbd {
font-family: ui-monospace, monospace;
background: rgba(255,255,255,0.08);
padding: 0.15em 0.4em; border-radius: 4px;
font-size: 0.85em;
}
.empty {
opacity: 0.5; font-style: italic; padding: 1rem 0;
}
</style>
</head>
<body>
<main>
<div class="splash-wrap"><div class="splash-stack"><div class="splash-art"></div><div class="splash-overlay" id="buffr-splash"></div></div></div>
<header>
<p>Press <kbd>e</kbd> to open the omnibar.</p>
</header>
<section>
<h2>Keybindings</h2>
<table>
<tbody>
</tbody>
</table>
</section>
</main>
</body>
</html>