fix(aio): better styling for "disabled JavaScript" message (#16170)
PR Close #16170
This commit is contained in:
parent
2ca6258a0f
commit
9a98fc0f05
|
@ -38,13 +38,13 @@
|
||||||
<aio-shell></aio-shell>
|
<aio-shell></aio-shell>
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<header>
|
<header class="background-sky">
|
||||||
<div class="hero">
|
<div class="background-superhero-paper hero is-large">
|
||||||
<img src="assets/images/logos/angular/angular.svg" alt="Angular"/>
|
<img class="hero-logo" src="assets/images/logos/angular/angular.svg" alt="Angular" />
|
||||||
<h1>One framework.<br>Mobile & desktop.</h1>
|
<h1 class="text-headline">One framework.<br>Mobile & desktop.</h1>
|
||||||
<br />
|
<br />
|
||||||
<h3 style="color:red">
|
<h3 style="color:yellow">
|
||||||
This site requires JavaScript.
|
This website requires JavaScript.
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/?utm_source=homescreen",
|
"start_url": "/?utm_source=homescreen",
|
||||||
"background_color": "#1976D2",
|
"background_color": "#1976d2",
|
||||||
"theme_color": "#1976d2",
|
"theme_color": "#1976d2",
|
||||||
"display": "standalone"
|
"display": "standalone"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue