mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +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="row">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="poweredby">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -43,7 +43,7 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.__nuxt-error-page {
|
.__nuxt-error-page {
|
||||||
background: #edecea;
|
background: #F5F7FA;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
word-spacing: 1px;
|
word-spacing: 1px;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
@ -68,4 +68,10 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: #42b983;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
border-color: #42b983;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.__nuxt-error-page {
|
.__nuxt-error-page {
|
||||||
background: #edecea;
|
background: #F5F7FA;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
word-spacing: 1px;
|
word-spacing: 1px;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
@ -43,6 +43,12 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: #42b983;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
border-color: #42b983;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -60,7 +66,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="poweredby">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user