css: extract terminal pane styles to hive-fr0nt::TERMINAL_CSS
This commit is contained in:
parent
e283e39949
commit
0b9e7cbcf6
5 changed files with 191 additions and 179 deletions
|
|
@ -166,8 +166,9 @@ async fn serve_css() -> impl IntoResponse {
|
|||
// to declare what's actually page-specific. One HTTP request, no
|
||||
// per-asset cache to invalidate.
|
||||
let body = format!(
|
||||
"{}\n{}",
|
||||
"{}\n{}\n{}",
|
||||
hive_fr0nt::BASE_CSS,
|
||||
hive_fr0nt::TERMINAL_CSS,
|
||||
include_str!("../assets/agent.css"),
|
||||
);
|
||||
([("content-type", "text/css")], body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue