css: extract terminal pane styles to hive-fr0nt::TERMINAL_CSS

This commit is contained in:
müde 2026-05-17 11:50:39 +02:00
parent e283e39949
commit 0b9e7cbcf6
5 changed files with 191 additions and 179 deletions

View file

@ -30,3 +30,4 @@
//! `dashboard.rs` / `web_ui.rs` route needs it.
pub const BASE_CSS: &str = include_str!("../assets/base.css");
pub const TERMINAL_CSS: &str = include_str!("../assets/terminal.css");