🔥 Retoque menor en los estilos de la página
This commit is contained in:
parent
ddea5b5836
commit
e512c07072
1 changed files with 1 additions and 4 deletions
|
|
@ -20,15 +20,12 @@ async fn homepage(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
|
||||||
Page::new(request)
|
Page::new(request)
|
||||||
.with_title(L10n::l("welcome_page"))
|
.with_title(L10n::l("welcome_page"))
|
||||||
.with_assets(AssetsOp::Theme("Basic"))
|
.with_assets(AssetsOp::Theme("Basic"))
|
||||||
.with_assets(AssetsOp::AddStyleSheet(StyleSheet::inline("styles", r##"
|
.with_assets(AssetsOp::AddStyleSheet(StyleSheet::inline("welcome_styles", r##"
|
||||||
body {
|
body {
|
||||||
background-color: #f3d060;
|
background-color: #f3d060;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
.skip__to_content {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue