css: route palette + body typography through hive-fr0nt::BASE_CSS

This commit is contained in:
müde 2026-05-17 11:47:45 +02:00
parent 7fc3e81062
commit e283e39949
7 changed files with 28 additions and 43 deletions

View file

@ -1,24 +1,9 @@
:root {
/* Catppuccin Mocha — mirrors the dashboard palette. */
--bg: #1e1e2e; /* base */
--bg-elev: #181825; /* mantle */
--fg: #cdd6f4; /* text */
--muted: #7f849c; /* overlay1 */
--purple: #cba6f7; /* mauve */
--purple-dim: #45475a; /* surface1 */
--cyan: #89dceb; /* sky */
--amber: #fab387; /* peach */
--green: #a6e3a1; /* green */
--red: #f38ba8; /* red */
}
/* Palette + base body typography live in hive-fr0nt::BASE_CSS, prepended
to this stylesheet by `serve_css` at runtime. */
body {
background: var(--bg);
color: var(--fg);
font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace;
max-width: 110em;
margin: 1.5em auto;
padding: 0 1.5em;
line-height: 1.6;
}
.banner {
text-align: center;