Add white background for error page

This commit is contained in:
Sébastien Chopin 2017-08-13 22:31:20 +02:00
parent d9796be0bb
commit 2db589f4b4
1 changed files with 4 additions and 0 deletions

View File

@ -97,5 +97,9 @@ export default {
}
.__nuxt-error-page pre {
border-color: #42b983 !important;
background-color: white;
}
.__nuxt-error-page pre code {
background-color: white;
}
</style>