add custom css

This commit is contained in:
2025-08-01 13:34:30 +02:00
parent 496a30a9d1
commit 08ed2ca010
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub fn new(content: Markup) -> Markup {
meta charset="utf-8";
meta name="viewport" content="width=device-width, initial-scale=1.0";
link rel="stylesheet" href="/pico.min.css";
link rel="stylesheet" href="/style.css";
}
body {
header.container {

5
static/serve/style.css Normal file
View File

@@ -0,0 +1,5 @@
header a {
padding: 0.5rem;
line-height: 1.75;
font-size: 1.25em;
}