fix(aio): better styling for "disabled JavaScript" message (#16170)

PR Close #16170
This commit is contained in:
Georgios Kalpakas 2017-04-19 21:10:13 +03:00 committed by Miško Hevery
parent 2ca6258a0f
commit 9a98fc0f05
2 changed files with 8 additions and 8 deletions

View File

@ -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 &amp; 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 &amp; desktop.</h1>
<br />
<h3 style="color:red">
This site requires JavaScript.
<h3 style="color:yellow">
This website requires JavaScript.
</h3>
</div>
</header>

View File

@ -9,7 +9,7 @@
}
],
"start_url": "/?utm_source=homescreen",
"background_color": "#1976D2",
"background_color": "#1976d2",
"theme_color": "#1976d2",
"display": "standalone"
}