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> <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 &amp; desktop.</h1> <h1 class="text-headline">One framework.<br>Mobile &amp; 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>

View File

@ -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"
} }