mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
use nuxtjs.org design colors
link, border and background-color
This commit is contained in:
parent
53c516f908
commit
b2edab0517
@ -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>
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user