We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3e3e2 commit 66ca64fCopy full SHA for 66ca64f
src/components/head_information.rs
@@ -24,6 +24,8 @@ pub fn HeadInformation() -> impl IntoView {
24
<Html lang="es"/>
25
<Meta charset="utf-8"/>
26
<Meta name="viewport" content="width=device-width, initial-scale=1"/>
27
+ <Meta name="theme-color" media="(prefers-color-scheme: light)" content="#fed7aa"/>
28
+ <Meta name="theme-color" media="(prefers-color-scheme: dark)" content="#181811"/>
29
<Stylesheet id="fonts" href=format!("{}/fonts.css", assets_folder)/>
30
<Stylesheet id="leptos" href="/pkg/leptos_start.css"/>
31
<Title text="Rust Lang en Español"/>
0 commit comments