mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +00:00
fix styles overriding for SPA mode
This commit is contained in:
parent
9bb7d0331a
commit
3abc779447
@ -70,10 +70,10 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
||||||
a {
|
.__nuxt-error-page a {
|
||||||
color: #42b983;
|
color: #42b983 !important;
|
||||||
}
|
}
|
||||||
pre {
|
.__nuxt-error-page pre {
|
||||||
border-color: #42b983;
|
border-color: #42b983 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -40,11 +40,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
}
|
}
|
||||||
a {
|
.__nuxt-error-page a {
|
||||||
color: #42b983;
|
color: #42b983 !important;
|
||||||
}
|
}
|
||||||
pre {
|
.__nuxt-error-page pre {
|
||||||
border-color: #42b983;
|
border-color: #42b983 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user