Changes:
1. integrates pico minimal responsive css framework for light/dark
themes and overall better looks.
2. adds a not-found page for bad url queries.
3. catches axum/serde deserialization errors of user input and routes
them to the not-found page with a helpful hint (parse error msg)
9 lines
97 B
CSS
9 lines
97 B
CSS
div.indent {
|
|
position: relative;
|
|
left: 20px;
|
|
}
|
|
|
|
.center-text {
|
|
text-align: center;
|
|
}
|