add custom css
This commit is contained in:
@@ -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
5
static/serve/style.css
Normal file
@@ -0,0 +1,5 @@
|
||||
header a {
|
||||
padding: 0.5rem;
|
||||
line-height: 1.75;
|
||||
font-size: 1.25em;
|
||||
}
|
Reference in New Issue
Block a user