mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 {
|
||||
border-color: #42b983 !important;
|
||||
background-color: white;
|
||||
}
|
||||
.__nuxt-error-page pre code {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user