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>
|
||||
|
||||
<noscript>
|
||||
<header>
|
||||
<div class="hero">
|
||||
<img src="assets/images/logos/angular/angular.svg" alt="Angular"/>
|
||||
<h1>One framework.<br>Mobile & desktop.</h1>
|
||||
<header class="background-sky">
|
||||
<div class="background-superhero-paper hero is-large">
|
||||
<img class="hero-logo" src="assets/images/logos/angular/angular.svg" alt="Angular" />
|
||||
<h1 class="text-headline">One framework.<br>Mobile & desktop.</h1>
|
||||
<br />
|
||||
<h3 style="color:red">
|
||||
This site requires JavaScript.
|
||||
<h3 style="color:yellow">
|
||||
This website requires JavaScript.
|
||||
</h3>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
],
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"background_color": "#1976D2",
|
||||
"background_color": "#1976d2",
|
||||
"theme_color": "#1976d2",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue