mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
Add white background for error page
This commit is contained in:
parent
d9796be0bb
commit
2db589f4b4
@ -97,5 +97,9 @@ export default {
|
|||||||
}
|
}
|
||||||
.__nuxt-error-page pre {
|
.__nuxt-error-page pre {
|
||||||
border-color: #42b983 !important;
|
border-color: #42b983 !important;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
.__nuxt-error-page pre code {
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user