use nuxtjs.org design colors

link, border and background-color
This commit is contained in:
Alexandre Chopin 2017-08-05 17:19:46 +02:00
parent 53c516f908
commit b2edab0517
2 changed files with 17 additions and 5 deletions

View File

@ -16,7 +16,7 @@
<div class="row">
<div class="column">
<div class="poweredby">
<small> Powered by <a href="https://nuxtjs.org">Nuxt.js</a> </small>
<small> Powered by <a href="https://nuxtjs.org" target="_blank" rel="noopener">Nuxt.js</a> </small>
</div>
</div>
</div>
@ -43,7 +43,7 @@ export default {
<style>
.__nuxt-error-page {
background: #edecea;
background: #F5F7FA;
font-size: 14px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
@ -68,4 +68,10 @@ export default {
text-align: center;
margin-top: 10%;
}
a {
color: #42b983;
}
pre {
border-color: #42b983;
}
</style>

View File

@ -18,7 +18,7 @@
</style>
<style>
.__nuxt-error-page {
background: #edecea;
background: #F5F7FA;
font-size: 14px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
@ -43,6 +43,12 @@
text-align: center;
margin-top: 10%;
}
a {
color: #42b983;
}
pre {
border-color: #42b983;
}
</style>
</head>
<body>
@ -60,7 +66,7 @@
<div class="row">
<div class="column">
<div class="poweredby">
<small> Powered by <a href="https://nuxtjs.org">Nuxt.js</a> </small>
<small> Powered by <a href="https://nuxtjs.org" target="_blank" rel="noopener">Nuxt.js</a> </small>
</div>
</div>
</div>
@ -70,4 +76,4 @@
</body>
</html>
<!-- Inspired by a design from github.com/fs-opensource/hapi-dev-errors -->
<!-- Inspired by a design from github.com/fs-opensource/hapi-dev-errors -->